summaryrefslogtreecommitdiffhomepage
path: root/patches/socat-1.7.3.2.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-03-05 11:17:44 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-03-05 11:19:05 +0000
commite770308336819e9935e71c507a4db9eb5cb0d56f (patch)
treecaa9cbcb2cecaaa9600c4a508e282d96653ece8d /patches/socat-1.7.3.2.local.patch
parentc4619875e214cf894e103c96fcabbd9f276413cd (diff)
downloadmidipix_build-e770308336819e9935e71c507a4db9eb5cb0d56f.tar.bz2
midipix_build-e770308336819e9935e71c507a4db9eb5cb0d56f.tar.xz
patches/socat-1.7.3.2.local.patch, vars/build.vars: adds socat v1.7.3.2 (via Redfoxmoon.)
Diffstat (limited to 'patches/socat-1.7.3.2.local.patch')
-rw-r--r--patches/socat-1.7.3.2.local.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/socat-1.7.3.2.local.patch b/patches/socat-1.7.3.2.local.patch
new file mode 100644
index 00000000..d1ebc8e5
--- /dev/null
+++ b/patches/socat-1.7.3.2.local.patch
@@ -0,0 +1,13 @@
+--- socat-1.7.2.4.orig/compat.h
++++ socat-1.7.2.4/compat.h
+@@ -656,6 +656,10 @@
+ # define NETDB_INTERNAL h_NETDB_INTERNAL
+ #endif
+
++#if !defined(NETDB_INTERNAL)
++# define NETDB_INTERNAL (-1)
++#endif
++
+ #ifndef INET_ADDRSTRLEN
+ # define INET_ADDRSTRLEN sizeof(struct sockaddr_in)
+ #endif