Browse Source

openvpn musl patches

Waldemar Brodkorb 11 years ago
parent
commit
eac8a698a2
1 changed files with 13 additions and 0 deletions
  1. 13 0
      package/openvpn/patches/patch-src_openvpn_syshead_h

+ 13 - 0
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