let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / ipsec-tools / patches / 02-configure_cppflags_typo.patch
1 diff -ruN ipsec-tools-0.6.3-old/configure.ac ipsec-tools-0.6.3-new/configure.ac
2 --- ipsec-tools-0.6.3-old/configure.ac  2005-11-21 12:11:41.000000000 +0100
3 +++ ipsec-tools-0.6.3-new/configure.ac  2005-12-09 02:09:06.000000000 +0100
4 @@ -180,7 +180,7 @@
5  
6  if test "x$crypto_dir" != "x"; then
7         LIBS="$LIBS -L${crypto_dir}/lib"
8 -       CPPFLAGS="-I${crypto_dir}/include $CPPLAGS"
9 +       CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS"
10  fi
11  AC_MSG_CHECKING(openssl version)
12  
13 diff -ruN ipsec-tools-0.6.3-old/configure ipsec-tools-0.6.3-new/configure
14 --- ipsec-tools-0.6.3-old/configure     2005-11-21 12:15:12.000000000 +0100
15 +++ ipsec-tools-0.6.3-new/configure     2005-12-09 02:09:13.000000000 +0100
16 @@ -23680,7 +23680,7 @@
17  
18  if test "x$crypto_dir" != "x"; then
19         LIBS="$LIBS -L${crypto_dir}/lib"
20 -       CPPFLAGS="-I${crypto_dir}/include $CPPLAGS"
21 +       CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS"
22  fi
23  echo "$as_me:$LINENO: checking openssl version" >&5
24  echo $ECHO_N "checking openssl version... $ECHO_C" >&6