source: freewrt/package/curl/patches/500-configure_cross.patch@ d419478

freewrt_1_0 freewrt_2_0
Last change on this file since d419478 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: 2.1 KB
  • configure

    diff -ruN curl-7.14.0-old/configure curl-7.14.0-new/configure
    old new  
    2613226132
    2613326133  fi
    2613426134
    26135   if test "$OPENSSL_ENABLED" = "1"; then
    26136                 LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$EXTRA_SSL/lib$libsuff"
    26137     export LD_LIBRARY_PATH
    26138   fi
     26135#  if test "$OPENSSL_ENABLED" = "1"; then
     26136#                LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$EXTRA_SSL/lib$libsuff"
     26137#    export LD_LIBRARY_PATH
     26138#  fi
    2613926139
    2614026140fi
    2614126141
     
    2632526325echo "$as_me: detected GnuTLS version $version" >&6;}
    2632626326
    2632726327
    26328         LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff"
    26329         export LD_LIBRARY_PATH
     26328#        LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff"
     26329#        export LD_LIBRARY_PATH
    2633026330      fi
    2633126331
    2633226332    fi
  • configure.ac

    diff -ruN curl-7.14.0-old/configure.ac curl-7.14.0-new/configure.ac
    old new  
    917917
    918918  fi
    919919
    920   if test "$OPENSSL_ENABLED" = "1"; then
    921     dnl when the ssl shared libs were found in a path that the run-time linker
    922     dnl doesn't search through, we need to add it to LD_LIBRARY_PATH to
    923     dnl prevent further configure tests to fail due to this
    924     LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$EXTRA_SSL/lib$libsuff"
    925     export LD_LIBRARY_PATH
    926   fi
     920#  if test "$OPENSSL_ENABLED" = "1"; then
     921#    dnl when the ssl shared libs were found in a path that the run-time linker
     922#    dnl doesn't search through, we need to add it to LD_LIBRARY_PATH to
     923#    dnl prevent further configure tests to fail due to this
     924#    LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$EXTRA_SSL/lib$libsuff"
     925#    export LD_LIBRARY_PATH
     926#  fi
    927927
    928928fi
    929929
     
    10211021        dnl LD_LIBRARY_PATH to prevent further configure tests to fail
    10221022        dnl due to this
    10231023
    1024         LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff"
    1025         export LD_LIBRARY_PATH
     1024#        LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff"
     1025#        export LD_LIBRARY_PATH
    10261026      fi
    10271027
    10281028    fi
Note: See TracBrowser for help on using the repository browser.