From 7fac1b46c0be1b04ab3765f6528a41e8939b2cb2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 25 Dec 2013 16:06:10 +0100 Subject: forgot the patches --- package/socat/patches/patch-xio-proxy_c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/socat/patches/patch-xio-proxy_c (limited to 'package/socat/patches/patch-xio-proxy_c') diff --git a/package/socat/patches/patch-xio-proxy_c b/package/socat/patches/patch-xio-proxy_c new file mode 100644 index 000000000..f378841cd --- /dev/null +++ b/package/socat/patches/patch-xio-proxy_c @@ -0,0 +1,12 @@ +--- socat-1.7.2.2.orig/xio-proxy.c 2011-12-06 08:45:03.000000000 +0100 ++++ socat-1.7.2.2/xio-proxy.c 2013-12-25 15:47:38.000000000 +0100 +@@ -16,6 +16,9 @@ + + #include "xio-proxy.h" + ++#if !defined(__GLIBC__) ++# define NETDB_INTERNAL -1 ++#endif + + #define PROXYPORT "8080" + -- cgit v1.2.3