diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-29 23:42:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-29 23:43:04 +0100 |
commit | ac312feacd492d85718493ced849fe6318e2c1e2 (patch) | |
tree | 1f1a8f76e1548e990c8653ec431dd43a72106df6 /package/socat/patches/patch-sysincludes_h | |
parent | 102c11bb821d18d30b41bbbf73e713d09fb1ee54 (diff) |
socat: fix compile with libressl
Diffstat (limited to 'package/socat/patches/patch-sysincludes_h')
-rw-r--r-- | package/socat/patches/patch-sysincludes_h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/socat/patches/patch-sysincludes_h b/package/socat/patches/patch-sysincludes_h index 59387a6ad..158630e66 100644 --- a/package/socat/patches/patch-sysincludes_h +++ b/package/socat/patches/patch-sysincludes_h @@ -1,6 +1,6 @@ ---- socat-1.7.2.2.orig/sysincludes.h 2011-12-06 08:45:03.000000000 +0100 -+++ socat-1.7.2.2/sysincludes.h 2013-12-25 15:43:19.000000000 +0100 -@@ -136,9 +136,11 @@ +--- socat-1.7.3.0.orig/sysincludes.h 2015-01-24 11:15:22.000000000 +0100 ++++ socat-1.7.3.0/sysincludes.h 2015-12-29 20:35:27.000000000 +0100 +@@ -141,9 +141,11 @@ #if HAVE_NETINET_IF_ETHER_H #include <netinet/if_ether.h> #endif |