aboutsummaryrefslogtreecommitdiffstats
path: root/package/ipsec-tools/patches/002-configure_cppflags_typo.patch
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-03-05 01:38:44 +0000
committerTim Yardley <lst@openwrt.org>2007-03-05 01:38:44 +0000
commit4891b48e9334a9113d9c30e79d1f659ed4070c54 (patch)
treec4ccc8a7f94e359e9bc13cc9908e6a8df9d59041 /package/ipsec-tools/patches/002-configure_cppflags_typo.patch
parentebe219db89bac3e99c5b9ee5ea98765195e23af8 (diff)
downloadupstream-4891b48e9334a9113d9c30e79d1f659ed4070c54.tar.gz
upstream-4891b48e9334a9113d9c30e79d1f659ed4070c54.tar.bz2
upstream-4891b48e9334a9113d9c30e79d1f659ed4070c54.zip
trunk.. same deal as changeset:6526
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6527 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipsec-tools/patches/002-configure_cppflags_typo.patch')
-rw-r--r--package/ipsec-tools/patches/002-configure_cppflags_typo.patch24
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