Changeset 35647
- Timestamp:
- 2013-02-18T02:03:41+01:00 (5 years ago)
- Location:
- packages/net/rp-pppoe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/net/rp-pppoe/Makefile
r31538 r35647 1 1 # 2 # Copyright (C) 2006-201 1OpenWrt.org2 # Copyright (C) 2006-2013 OpenWrt.org 3 3 # 4 4 # This is free software, licensed under the GNU General Public License v2. … … 9 9 10 10 PKG_NAME:=rp-pppoe 11 PKG_VERSION:=3.1 012 PKG_RELEASE:= 211 PKG_VERSION:=3.11 12 PKG_RELEASE:=1 13 13 14 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 15 15 PKG_SOURCE_URL:=http://roaringpenguin.com/files/download 16 PKG_MD5SUM:= d58a13cc4185bca6121a606ff456dec016 PKG_MD5SUM:=13b5900c56bd602df6cc526e5e520722 17 17 18 18 PKG_BUILD_DEPENDS:=ppp -
packages/net/rp-pppoe/patches/100-configure.patch
r34433 r35647 1 1 --- a/src/configure 2 2 +++ b/src/configure 3 @@ -3610,7 +3610,7 @@ _ACEOF 4 cat confdefs.h >>conftest.$ac_ext 5 cat >>conftest.$ac_ext <<_ACEOF 6 /* end confdefs.h. */ 7 -#include<sys/socket.h> 8 +#include <sys/socket.h> 3 @@ -3661,7 +3661,7 @@ done 9 4 10 #include <$ac_header> 11 _ACEOF 12 @@ -3669,11 +3669,11 @@ cat confdefs.h >>conftest.$ac_ext 13 cat >>conftest.$ac_ext <<_ACEOF 14 /* end confdefs.h. */ 15 5 for ac_header in linux/if.h 6 do : 7 - ac_fn_c_check_header_compile "$LINENO" "linux/if.h" "ac_cv_header_linux_if_h" "#include<sys/socket.h> 8 + ac_fn_c_check_header_compile "$LINENO" "linux/if.h" "ac_cv_header_linux_if_h" "#include <sys/socket.h> 9 " 10 if test "x$ac_cv_header_linux_if_h" = x""yes; then : 11 cat >>confdefs.h <<_ACEOF 12 @@ -3675,10 +3675,10 @@ done 13 for ac_header in linux/if_pppox.h 14 do : 15 ac_fn_c_check_header_compile "$LINENO" "linux/if_pppox.h" "ac_cv_header_linux_if_pppox_h" " 16 16 -#include<sys/socket.h> 17 17 -#include<net/ethernet.h> 18 18 -#include<linux/if.h> 19 19 -#include<linux/in.h> 20 -21 20 +#include <sys/socket.h> 22 21 +#include <net/ethernet.h> 23 22 +#include <linux/if.h> 24 23 +#include <linux/in.h> 25 +#include <linux/in6.h>26 24 27 #include <$ac_header>28 _ACEOF29 @@ - 6272,7 +6272,7 @@ esac30 { echo "$as_me:$LINENO: checking packing order of bit fields" >&531 echo $ECHO_N "checking packing order of bit fields... $ECHO_C" >&6; }32 if test "$cross_compiling" = yes; then 25 " 26 if test "x$ac_cv_header_linux_if_pppox_h" = x""yes; then : 27 @@ -4611,7 +4611,7 @@ esac 28 $as_echo_n "checking packing order of bit fields... " >&6; } 29 if test "${rpppoe_cv_pack_bitfields+set}" != set ; then 30 if test "$cross_compiling" = yes; then : 33 31 - $ECHO "no defaults for cross-compiling"; exit 0 34 32 + rpppoe_cv_pack_bitfields="$ac_cv_pack_bitfields" 35 33 else 36 cat >conftest.$ac_ext <<_ACEOF37 /* confdefs.h. */34 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 35 /* end confdefs.h. */
Note: See TracChangeset
for help on using the changeset viewer.