From: nbd Date: Mon, 30 Jun 2014 15:34:03 +0000 (+0000) Subject: openvpn: fix compile error with musl X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=f648e5117233f874f8245dfffd7830a0057555b5;hp=7a572161f4a60c4a2f2f54651b9767591d06f079;ds=sidebyside openvpn: fix compile error with musl Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41425 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/openvpn/patches/110-musl_compat.patch b/package/network/services/openvpn/patches/110-musl_compat.patch new file mode 100644 index 0000000000..566c17f062 --- /dev/null +++ b/package/network/services/openvpn/patches/110-musl_compat.patch @@ -0,0 +1,13 @@ +--- a/src/openvpn/syshead.h ++++ b/src/openvpn/syshead.h +@@ -214,10 +214,6 @@ + + #ifdef TARGET_LINUX + +-#if defined(HAVE_NETINET_IF_ETHER_H) +-#include +-#endif +- + #ifdef HAVE_LINUX_IF_TUN_H + #include + #endif