From: Daniel Dickinson Date: Sat, 1 Dec 2012 17:02:42 +0000 (+0000) Subject: [packages] rp-pppoe: Fix configure test for kernel mode pppoe header which fails... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ec032c5728f6f07d4ef68fa281d7cc6362648fb9;p=openwrt%2Fsvn-archive%2Farchive.git [packages] rp-pppoe: Fix configure test for kernel mode pppoe header which fails due to bad includes in configure test SVN-Revision: 34433 --- diff --git a/net/rp-pppoe/patches/100-configure.patch b/net/rp-pppoe/patches/100-configure.patch index d8af0c36ca..784ff7302b 100644 --- a/net/rp-pppoe/patches/100-configure.patch +++ b/net/rp-pppoe/patches/100-configure.patch @@ -1,6 +1,32 @@ --- a/src/configure +++ b/src/configure -@@ -6303,7 +6303,7 @@ +@@ -3610,7 +3610,7 @@ _ACEOF + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +-#include ++#include + + #include <$ac_header> + _ACEOF +@@ -3669,11 +3669,11 @@ cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + +-#include +-#include +-#include +-#include +- ++#include ++#include ++#include ++#include ++#include + + #include <$ac_header> + _ACEOF +@@ -6272,7 +6272,7 @@ esac { echo "$as_me:$LINENO: checking packing order of bit fields" >&5 echo $ECHO_N "checking packing order of bit fields... $ECHO_C" >&6; } if test "$cross_compiling" = yes; then