source: freewrt/package/ipsec-tools/patches/02-configure_cppflags_typo.patch@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
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  
    180180
    181181if test "x$crypto_dir" != "x"; then
    182182        LIBS="$LIBS -L${crypto_dir}/lib"
    183         CPPFLAGS="-I${crypto_dir}/include $CPPLAGS"
     183        CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS"
    184184fi
    185185AC_MSG_CHECKING(openssl version)
    186186
  • ipsec-tools-0.6.

    diff -ruN ipsec-tools-0.6.3-old/configure ipsec-tools-0.6.3-new/configure
    old new  
    2368023680
    2368123681if test "x$crypto_dir" != "x"; then
    2368223682        LIBS="$LIBS -L${crypto_dir}/lib"
    23683         CPPFLAGS="-I${crypto_dir}/include $CPPLAGS"
     23683        CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS"
    2368423684fi
    2368523685echo "$as_me:$LINENO: checking openssl version" >&5
    2368623686echo $ECHO_N "checking openssl version... $ECHO_C" >&6
Note: See TracBrowser for help on using the repository browser.