source:
freewrt/package/ipsec-tools/patches/02-configure_cppflags_typo.patch@
428f140
| Last change on this file since 428f140 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 979 bytes | |
-
ipsec-tools-0.6.
diff -ruN ipsec-tools-0.6.3-old/configure.ac ipsec-tools-0.6.3-new/configure.ac
old new 180 180 181 181 if test "x$crypto_dir" != "x"; then 182 182 LIBS="$LIBS -L${crypto_dir}/lib" 183 CPPFLAGS="-I${crypto_dir}/include $CPP LAGS"183 CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS" 184 184 fi 185 185 AC_MSG_CHECKING(openssl version) 186 186 -
ipsec-tools-0.6.
diff -ruN ipsec-tools-0.6.3-old/configure ipsec-tools-0.6.3-new/configure
old new 23680 23680 23681 23681 if test "x$crypto_dir" != "x"; then 23682 23682 LIBS="$LIBS -L${crypto_dir}/lib" 23683 CPPFLAGS="-I${crypto_dir}/include $CPP LAGS"23683 CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS" 23684 23684 fi 23685 23685 echo "$as_me:$LINENO: checking openssl version" >&5 23686 23686 echo $ECHO_N "checking openssl version... $ECHO_C" >&6
Note:
See TracBrowser
for help on using the repository browser.
