Package: zeromq / 2.2.0+dfsg-6

Metadata

Package Version Patches format
zeromq 2.2.0+dfsg-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix kfreebsd build.patch | (download)

configure | 52 52 + 0 - 0 !
configure.in | 7 7 + 0 - 0 !
src/uuid.cpp | 5 3 + 2 - 0 !
src/uuid.hpp | 4 2 + 2 - 0 !
4 files changed, 64 insertions(+), 4 deletions(-)

 fix ftbfs on kfreebsd by adjusting uuid include paths
02_check for SO_NOSIGPIPE.patch | (download)

src/tcp_socket.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 check directly whether so_nosigpipe is available, instead of
 checking for the platform where it should be available.