dragora-installer: apply fixes and minor changes
[dragora.git] / patches / rp-pppoe / rp-pppoe-3.12-plugin.patch
blob5b7671724a3688b17de619a54db030529091d7a4
1 diff -up rp-pppoe-3.12/src/configure.in.than rp-pppoe-3.12/src/configure.in
2 --- rp-pppoe-3.12/src/configure.in.than 2015-12-11 16:19:38.700092797 +0100
3 +++ rp-pppoe-3.12/src/configure.in 2015-12-11 16:20:15.670875690 +0100
4 @@ -26,6 +26,7 @@ AC_CHECK_HEADERS(linux/if_pppox.h, [], [
5 #include<net/ethernet.h>
6 #include<linux/if.h>
7 #include<linux/in.h>
8 +#include<linux/in6.h>
9 ])
11 dnl Checks for typedefs, structures, and compiler characteristics.
12 diff -up rp-pppoe-3.12/src/configure.than rp-pppoe-3.12/src/configure