Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1Via http://bugs.gentoo.org/show_bug.cgi?id=229603 2 3--- lash-0.5.4/liblash/socket.c 2008-06-26 15:20:44.227064193 +0200 4+++ lash-0.5.4/liblash/socket.c 2008-06-26 15:21:18.245063129 +0200 5@@ -20,6 +20,11 @@ 6 7 #define _POSIX_SOURCE /* addrinfo */ 8 9+#ifdef LASH_BUILD 10+#define _GNU_SOURCE 11+#include "config.h" 12+#endif /* LASH_BUILD */ 13+ 14 #include <stdint.h> 15 #include <sys/types.h> 16 #include <sys/socket.h>