summaryrefslogtreecommitdiff
path: root/package/ipsec-tools/patches/002-configure_cppflags_typo.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-08-20 22:00:41 +0000
committerNicolas Thill <nico@openwrt.org>2008-08-20 22:00:41 +0000
commit89124c8a0ab1baeb926108bb8dd503c24a25b75d (patch)
tree27743e0b45f666445f1b7cdb4287364bb008fe70 /package/ipsec-tools/patches/002-configure_cppflags_typo.patch
parentd9b755b3dc4f9121ab70b9d816ce813f6038ad6b (diff)
downloadmtk-20170518-89124c8a0ab1baeb926108bb8dd503c24a25b75d.zip
mtk-20170518-89124c8a0ab1baeb926108bb8dd503c24a25b75d.tar.gz
mtk-20170518-89124c8a0ab1baeb926108bb8dd503c24a25b75d.tar.bz2
move more extra packages from ./trunk to ./packages
SVN-Revision: 12359
Diffstat (limited to 'package/ipsec-tools/patches/002-configure_cppflags_typo.patch')
-rw-r--r--package/ipsec-tools/patches/002-configure_cppflags_typo.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/package/ipsec-tools/patches/002-configure_cppflags_typo.patch b/package/ipsec-tools/patches/002-configure_cppflags_typo.patch
deleted file mode 100644
index 407c67e..0000000
--- a/package/ipsec-tools/patches/002-configure_cppflags_typo.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: ipsec-tools-0.6.6/configure.ac
-===================================================================
---- ipsec-tools-0.6.6.orig/configure.ac 2007-06-04 13:22:36.540300312 +0200
-+++ ipsec-tools-0.6.6/configure.ac 2007-06-04 13:22:36.841254560 +0200
-@@ -183,7 +183,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)
-
-Index: ipsec-tools-0.6.6/configure
-===================================================================
---- ipsec-tools-0.6.6.orig/configure 2007-06-04 13:22:36.547299248 +0200
-+++ ipsec-tools-0.6.6/configure 2007-06-04 13:22:36.850253192 +0200
-@@ -23687,7 +23687,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