diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/openvpn/patches/110-musl_compat.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 <netinet/if_ether.h> +-#endif +- + #ifdef HAVE_LINUX_IF_TUN_H + #include <linux/if_tun.h> + #endif |