diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/rp-pppoe/patches |
Initial import
Diffstat (limited to 'package/rp-pppoe/patches')
-rw-r--r-- | package/rp-pppoe/patches/patch-src_configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/rp-pppoe/patches/patch-src_configure b/package/rp-pppoe/patches/patch-src_configure new file mode 100644 index 000000000..e87afc7d7 --- /dev/null +++ b/package/rp-pppoe/patches/patch-src_configure @@ -0,0 +1,12 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- rp-pppoe-3.10.orig/src/configure 2008-06-30 16:00:42.000000000 +0200 ++++ rp-pppoe-3.10/src/configure 2008-10-30 13:04:54.000000000 +0100 +@@ -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 +- $ECHO "no defaults for cross-compiling"; exit 0 ++ $ECHO "no defaults for cross-compiling" + else + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ |