diff options
Diffstat (limited to 'main/rp-pppoe/musl-fix.patch')
-rw-r--r-- | main/rp-pppoe/musl-fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/rp-pppoe/musl-fix.patch b/main/rp-pppoe/musl-fix.patch new file mode 100644 index 000000000..d62fc8293 --- /dev/null +++ b/main/rp-pppoe/musl-fix.patch @@ -0,0 +1,13 @@ +--- ./src/pppoe.h.orig ++++ ./src/pppoe.h +@@ -127,10 +127,6 @@ + #error Could not find a 32-bit integer type + #endif + +-#ifdef HAVE_LINUX_IF_ETHER_H +-#include <linux/if_ether.h> +-#endif +- + #include <netinet/in.h> + + #ifdef HAVE_NETINET_IF_ETHER_H |