cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-users Mailing List Archives

configure.in patch for curl 7.5

From: Albert Chin-A-Young <china_at_thewrittenword.com>
Date: Sat, 9 Dec 2000 07:47:58 -0600

You should really be using LDFLAGS rather than LIBS for this.

-- 
albert chin (china_at_thewrittenword.com)
-- snip snip
--- configure.in.orig	Tue Dec  5 00:18:03 2000
+++ configure.in	Tue Dec  5 00:18:36 2000
@@ -397,7 +397,7 @@
   	AC_MSG_RESULT([defaults (or given in environment)])
   else
 	test X"$OPT_SSL" = Xyes && OPT_SSL=/usr/local/ssl
-	LIBS="$LIBS -L$OPT_SSL/lib"
+	LDFLAGS="$LDFLAGS -L$OPT_SSL/lib"
 	CPPFLAGS="$CPPFLAGS -I$OPT_SSL/include/openssl -I$OPT_SSL/include"
 	AC_MSG_RESULT([$OPT_SSL])
   fi
Received on 2000-12-09

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET