]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/curl/files/dont-touch-ld-library-path.patch
curl: add 7.15.3. GnuTLS enabled.
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / curl / files / dont-touch-ld-library-path.patch
1 --- curl-7.15.3/configure.ac.orig       2006-04-28 23:06:33.000000000 +0200
2 +++ curl-7.15.3/configure.ac    2006-04-28 23:07:38.000000000 +0200
3 @@ -983,18 +983,6 @@
4  
5    fi
6  
7 -  if test "$OPENSSL_ENABLED" = "1"; then
8 -    if test -n "$LIB_OPENSSL"; then
9 -       dnl when the ssl shared libs were found in a path that the run-time
10 -       dnl linker doesn't search through, we need to add it to LD_LIBRARY_PATH
11 -       dnl to prevent further configure tests to fail due to this
12 -
13 -       LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$LIB_OPENSSL"
14 -       export LD_LIBRARY_PATH
15 -       AC_MSG_NOTICE([Added $LIB_OPENSSL to LD_LIBRARY_PATH])
16 -    fi
17 -  fi
18 -
19  fi
20  
21  dnl **********************************************************************
22 @@ -1086,14 +1074,6 @@
23        if test "x$USE_GNUTLS" = "xyes"; then
24          AC_MSG_NOTICE([detected GnuTLS version $version])
25  
26 -        dnl when shared libs were found in a path that the run-time
27 -        dnl linker doesn't search through, we need to add it to
28 -        dnl LD_LIBRARY_PATH to prevent further configure tests to fail
29 -        dnl due to this
30 -
31 -        LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff"
32 -        export LD_LIBRARY_PATH
33 -        AC_MSG_NOTICE([Added $gtlsprefix/lib$libsuff to LD_LIBRARY_PATH])
34        fi
35  
36      fi