diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-04-09 12:14:13 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-04-09 12:14:13 +0000 |
commit | bcc2c336a4d34a79120d96d7fc1ce48e0b72a149 (patch) | |
tree | 2d00db27212f3004304e714030651d87f8e42219 /ftp/curl/files/patch-configure | |
parent | Revert the update to 1.2.1 - it is a development version and, as such, (diff) |
Update to curl 7.11.1.
Notes
Notes:
svn path=/head/; revision=106566
Diffstat (limited to 'ftp/curl/files/patch-configure')
-rw-r--r-- | ftp/curl/files/patch-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/curl/files/patch-configure b/ftp/curl/files/patch-configure index 47ebc57b8ef6..cdee47ca403f 100644 --- a/ftp/curl/files/patch-configure +++ b/ftp/curl/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.curl Mon Jun 24 17:23:46 2002 -+++ configure Mon Jun 24 17:24:10 2002 -@@ -9868,8 +9868,10 @@ +--- configure.orig Fri Apr 9 14:00:52 2004 ++++ configure Fri Apr 9 14:01:29 2004 +@@ -24123,8 +24123,10 @@ EXTRA_SSL= ;; *) EXTRA_SSL=$OPT_SSL + if [ ! "$EXTRA_SSL" = "/usr" ]; then - LDFLAGS="$LDFLAGS -L$EXTRA_SSL/lib" + LDFLAGS="$LDFLAGS -L$EXTRA_SSL/lib$libsuff" CPPFLAGS="$CPPFLAGS -I$EXTRA_SSL/include/openssl -I$EXTRA_SSL/include" + fi ;; |