summaryrefslogtreecommitdiff
path: root/openwrt/package/ipsec-tools/patches/02-configure_cppflags_typo.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-09 10:02:08 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-09 10:02:08 +0000
commit983f137f0551d6318f65e642a7cfb7ea1da24516 (patch)
tree9c82bfa6ca7f801ce3343bf573ec09f194976b1b /openwrt/package/ipsec-tools/patches/02-configure_cppflags_typo.patch
parent90cd8f38eeff0565211970266de6a9f1841cc37c (diff)
downloadmtk-20170518-983f137f0551d6318f65e642a7cfb7ea1da24516.zip
mtk-20170518-983f137f0551d6318f65e642a7cfb7ea1da24516.tar.gz
mtk-20170518-983f137f0551d6318f65e642a7cfb7ea1da24516.tar.bz2
add ipsec-tools package
SVN-Revision: 2607
Diffstat (limited to 'openwrt/package/ipsec-tools/patches/02-configure_cppflags_typo.patch')
-rw-r--r--openwrt/package/ipsec-tools/patches/02-configure_cppflags_typo.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/openwrt/package/ipsec-tools/patches/02-configure_cppflags_typo.patch b/openwrt/package/ipsec-tools/patches/02-configure_cppflags_typo.patch
new file mode 100644
index 0000000..f725ebd
--- /dev/null
+++ b/openwrt/package/ipsec-tools/patches/02-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