Fix building of rp-pppoe plugin
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 6 Feb 2014 21:58:11 +0000 (21:58 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 6 Feb 2014 21:58:11 +0000 (21:58 +0000)
The test for the if_pppox.h header file needs to also include linux/in6.h
(ipv6 support).

Fixes openwrt ticket #13321

Signed-off-by: Nils Rennebarth <nils.rennebarth@teldat.com>
SVN-Revision: 39516

net/rp-pppoe/patches/100-configure.patch

index 62e922246fef92784cfd0c7f9ca05ca5374055c4..d45593aae7871a66212513fd167c053b56b730ed 100644 (file)
@@ -9,7 +9,7 @@
  "
  if test "x$ac_cv_header_linux_if_h" = x""yes; then :
    cat >>confdefs.h <<_ACEOF
-@@ -3675,10 +3675,10 @@ done
+@@ -3675,10 +3675,11 @@ done
  for ac_header in linux/if_pppox.h
  do :
    ac_fn_c_check_header_compile "$LINENO" "linux/if_pppox.h" "ac_cv_header_linux_if_pppox_h" "
 +#include <net/ethernet.h>
 +#include <linux/if.h>
 +#include <linux/in.h>
++#include <linux/in6.h>
  
  "
  if test "x$ac_cv_header_linux_if_pppox_h" = x""yes; then :
-@@ -4611,7 +4611,7 @@ esac
+@@ -4611,7 +4612,7 @@ esac
  $as_echo_n "checking packing order of bit fields... " >&6; }
  if test "${rpppoe_cv_pack_bitfields+set}" != set ; then
  if test "$cross_compiling" = yes; then :