diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-25 16:06:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-25 16:06:10 +0100 |
commit | 7fac1b46c0be1b04ab3765f6528a41e8939b2cb2 (patch) | |
tree | e35015d49bc80e8fd3ad3f8976cb2b719132062b /package/socat/patches/patch-xio-proxy_c | |
parent | f96036c0c81a8362742a64f9bb0118b28136b9e1 (diff) |
forgot the patches
Diffstat (limited to 'package/socat/patches/patch-xio-proxy_c')
-rw-r--r-- | package/socat/patches/patch-xio-proxy_c | 12 |
1 files changed, 12 insertions, 0 deletions
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" + |