summaryrefslogtreecommitdiffhomepage
path: root/patches/socat-1.7.3.4.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-01-12 12:42:29 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-01-12 12:42:29 +0000
commit32844e4871b4854ade17223cc1691e59e910e882 (patch)
tree89859ee9dbe293724e0da8d0e543d87035a38841 /patches/socat-1.7.3.4.local.patch
parentf6989874d850d06588fa42c79fd3b17110abcafe (diff)
downloadmidipix_build-32844e4871b4854ade17223cc1691e59e910e882.tar.bz2
midipix_build-32844e4871b4854ade17223cc1691e59e910e882.tar.xz
groups/241.native_packages_inet.group:socat: updated to v1.7.3.4.
patches/socat-1.7.3.{2,4}.local.patch: updated.
Diffstat (limited to 'patches/socat-1.7.3.4.local.patch')
-rw-r--r--patches/socat-1.7.3.4.local.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/socat-1.7.3.4.local.patch b/patches/socat-1.7.3.4.local.patch
new file mode 100644
index 00000000..0bf50739
--- /dev/null
+++ b/patches/socat-1.7.3.4.local.patch
@@ -0,0 +1,13 @@
+--- socat-1.7.3.4/compat.h.orig 2019-04-04 09:59:55.000000000 +0100
++++ socat-1.7.3.4/compat.h 2021-01-12 12:41:10.675182890 +0000
+@@ -695,6 +695,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