diff options
author | Tim Yardley <lst@openwrt.org> | 2007-03-05 01:38:44 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-03-05 01:38:44 +0000 |
commit | ccfa4a7af6c49dd72a541f25568e1ab561002aa7 (patch) | |
tree | 2c8745bf81de6241ca198fe4883e26cffde146ba /package/ipsec-tools/patches/002-configure_cppflags_typo.patch | |
parent | 44a2fd050c2c95f342ccca8bcdcb3d05f4ac1042 (diff) | |
download | upstream-ccfa4a7af6c49dd72a541f25568e1ab561002aa7.tar.gz upstream-ccfa4a7af6c49dd72a541f25568e1ab561002aa7.tar.bz2 upstream-ccfa4a7af6c49dd72a541f25568e1ab561002aa7.zip |
trunk.. same deal as changeset:6526
SVN-Revision: 6527
Diffstat (limited to 'package/ipsec-tools/patches/002-configure_cppflags_typo.patch')
-rw-r--r-- | package/ipsec-tools/patches/002-configure_cppflags_typo.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package/ipsec-tools/patches/002-configure_cppflags_typo.patch b/package/ipsec-tools/patches/002-configure_cppflags_typo.patch new file mode 100644 index 0000000000..f725ebdeed --- /dev/null +++ b/package/ipsec-tools/patches/002-configure_cppflags_typo.patch @@ -0,0 +1,24 @@ +diff -ruN ipsec-tools-0.6.3-old/configure.ac ipsec-tools-0.6.3-new/configure.ac +--- ipsec-tools-0.6.3-old/configure.ac 2005-11-21 12:11:41.000000000 +0100 ++++ ipsec-tools-0.6.3-new/configure.ac 2005-12-09 02:09:06.000000000 +0100 +@@ -180,7 +180,7 @@ + + if test "x$crypto_dir" != "x"; then + LIBS="$LIBS -L${crypto_dir}/lib" +- CPPFLAGS="-I${crypto_dir}/include $CPPLAGS" ++ CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS" + fi + AC_MSG_CHECKING(openssl version) + +diff -ruN ipsec-tools-0.6.3-old/configure ipsec-tools-0.6.3-new/configure +--- ipsec-tools-0.6.3-old/configure 2005-11-21 12:15:12.000000000 +0100 ++++ ipsec-tools-0.6.3-new/configure 2005-12-09 02:09:13.000000000 +0100 +@@ -23680,7 +23680,7 @@ + + if test "x$crypto_dir" != "x"; then + LIBS="$LIBS -L${crypto_dir}/lib" +- CPPFLAGS="-I${crypto_dir}/include $CPPLAGS" ++ CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS" + fi + echo "$as_me:$LINENO: checking openssl version" >&5 + echo $ECHO_N "checking openssl version... $ECHO_C" >&6 |