source:
freewrt/package/curl/patches/500-configure_cross.patch@
9df7618
| Last change on this file since 9df7618 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 2.1 KB | |
-
configure
diff -ruN curl-7.14.0-old/configure curl-7.14.0-new/configure
old new 26132 26132 26133 26133 fi 26134 26134 26135 if test "$OPENSSL_ENABLED" = "1"; then26136 LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$EXTRA_SSL/lib$libsuff"26137 export LD_LIBRARY_PATH26138 fi26135 # if test "$OPENSSL_ENABLED" = "1"; then 26136 # LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$EXTRA_SSL/lib$libsuff" 26137 # export LD_LIBRARY_PATH 26138 # fi 26139 26139 26140 26140 fi 26141 26141 … … 26325 26325 echo "$as_me: detected GnuTLS version $version" >&6;} 26326 26326 26327 26327 26328 LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff"26329 export LD_LIBRARY_PATH26328 # LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff" 26329 # export LD_LIBRARY_PATH 26330 26330 fi 26331 26331 26332 26332 fi -
configure.ac
diff -ruN curl-7.14.0-old/configure.ac curl-7.14.0-new/configure.ac
old new 917 917 918 918 fi 919 919 920 if test "$OPENSSL_ENABLED" = "1"; then921 dnl when the ssl shared libs were found in a path that the run-time linker922 dnl doesn't search through, we need to add it to LD_LIBRARY_PATH to923 dnl prevent further configure tests to fail due to this924 LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$EXTRA_SSL/lib$libsuff"925 export LD_LIBRARY_PATH926 fi920 # 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 927 927 928 928 fi 929 929 … … 1021 1021 dnl LD_LIBRARY_PATH to prevent further configure tests to fail 1022 1022 dnl due to this 1023 1023 1024 LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff"1025 export LD_LIBRARY_PATH1024 # LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff" 1025 # export LD_LIBRARY_PATH 1026 1026 fi 1027 1027 1028 1028 fi
Note:
See TracBrowser
for help on using the repository browser.
