Author: nbd Date: 2014-06-30 17:34:03 +0200 (Mon, 30 Jun 2014) New Revision: 41425
Added: trunk/package/network/services/openvpn/patches/110-musl_compat.patch Log: openvpn: fix compile error with musl Signed-off-by: Felix Fietkau <[email protected]> Added: trunk/package/network/services/openvpn/patches/110-musl_compat.patch =================================================================== --- trunk/package/network/services/openvpn/patches/110-musl_compat.patch (rev 0) +++ trunk/package/network/services/openvpn/patches/110-musl_compat.patch 2014-06-30 15:34:03 UTC (rev 41425) @@ -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 <netinet/if_ether.h> +-#endif +- + #ifdef HAVE_LINUX_IF_TUN_H + #include <linux/if_tun.h> + #endif _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
