initial merge of infineon code for amazon, pci is still broken a bit. a big thank...
[openwrt-10.03/.git] / package / ipsec-tools / patches / 002-configure_cppflags_typo.patch
1 Index: ipsec-tools-0.6.6/configure.ac
2 ===================================================================
3 --- ipsec-tools-0.6.6.orig/configure.ac 2007-06-04 13:22:36.540300312 +0200
4 +++ ipsec-tools-0.6.6/configure.ac      2007-06-04 13:22:36.841254560 +0200
5 @@ -183,7 +183,7 @@
6  
7  if test "x$crypto_dir" != "x"; then
8         LIBS="$LIBS -L${crypto_dir}/lib"
9 -       CPPFLAGS="-I${crypto_dir}/include $CPPLAGS"
10 +       CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS"
11  fi
12  AC_MSG_CHECKING(openssl version)
13  
14 Index: ipsec-tools-0.6.6/configure
15 ===================================================================
16 --- ipsec-tools-0.6.6.orig/configure    2007-06-04 13:22:36.547299248 +0200
17 +++ ipsec-tools-0.6.6/configure 2007-06-04 13:22:36.850253192 +0200
18 @@ -23687,7 +23687,7 @@
19  
20  if test "x$crypto_dir" != "x"; then
21         LIBS="$LIBS -L${crypto_dir}/lib"
22 -       CPPFLAGS="-I${crypto_dir}/include $CPPLAGS"
23 +       CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS"
24  fi
25  echo "$as_me:$LINENO: checking openssl version" >&5
26  echo $ECHO_N "checking openssl version... $ECHO_C" >&6