Source: libassa Version: 3.5.1-4 Severity: normal Tags: upstream patch This patch adds hurd support to libassa.
-- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.0.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
Index: build/assa/Socket.cpp =================================================================== --- build.orig/assa/Socket.cpp +++ build/assa/Socket.cpp @@ -15,7 +15,7 @@ //------------------------------------------------------------------------ #include <sstream> -#if defined (__FreeBSD__) || defined(__FreeBSD_kernel__) || defined (__CYGWIN32__) +#if defined (__FreeBSD__) || defined(__FreeBSD_kernel__) || defined (__CYGWIN32__) || defined (__GNU__) # include <sys/ioctl.h> #endif