diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-20 19:01:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-20 19:01:41 +0200 |
commit | eac8a698a2d5ced714952712cec55969dbab63f5 (patch) | |
tree | c43b3eac1456eb0f2a1ce1284ccc25277b8a77ef /package/openvpn/patches | |
parent | 2cc570cd27219fa793f5c3158da0c4c048db8038 (diff) |
openvpn musl patches
Diffstat (limited to 'package/openvpn/patches')
-rw-r--r-- | package/openvpn/patches/patch-src_openvpn_syshead_h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/openvpn/patches/patch-src_openvpn_syshead_h b/package/openvpn/patches/patch-src_openvpn_syshead_h new file mode 100644 index 000000000..31e0f2789 --- /dev/null +++ b/package/openvpn/patches/patch-src_openvpn_syshead_h @@ -0,0 +1,13 @@ +--- openvpn-2.3.2.orig/src/openvpn/syshead.h 2013-05-31 14:00:25.000000000 +0200 ++++ openvpn-2.3.2/src/openvpn/syshead.h 2013-08-17 16:29:58.353443521 +0200 +@@ -214,10 +214,6 @@ + + #ifdef TARGET_LINUX + +-#if defined(HAVE_NETINET_IF_ETHER_H) +-#include <netinet/if_ether.h> +-#endif +- + #ifdef HAVE_LINUX_IF_TUN_H + #include <linux/if_tun.h> + #endif |