[58141] trunk/base
toby at macports.org
toby at macports.org
Tue Sep 22 14:57:52 PDT 2009
Revision: 58141
http://trac.macports.org/changeset/58141
Author: toby at macports.org
Date: 2009-09-22 14:57:51 -0700 (Tue, 22 Sep 2009)
Log Message:
-----------
add comment
Modified Paths:
--------------
trunk/base/aclocal.m4
trunk/base/configure
Modified: trunk/base/aclocal.m4
===================================================================
--- trunk/base/aclocal.m4 2009-09-22 21:53:40 UTC (rev 58140)
+++ trunk/base/aclocal.m4 2009-09-22 21:57:51 UTC (rev 58141)
@@ -762,6 +762,7 @@
CFLAGS_LIBCURL=$($CURL_CONFIG --cflags)
if test "x$curlprefix" = "x"; then
# System curl-config emits absurd output for --libs
+ # See rdar://7244457
LDFLAGS_LIBCURL="-lcurl"
else
# Due to a bug in dist, --arch flags are improperly supplied by curl-config.
Modified: trunk/base/configure
===================================================================
--- trunk/base/configure 2009-09-22 21:53:40 UTC (rev 58140)
+++ trunk/base/configure 2009-09-22 21:57:51 UTC (rev 58141)
@@ -9085,6 +9085,7 @@
CFLAGS_LIBCURL=$($CURL_CONFIG --cflags)
if test "x$curlprefix" = "x"; then
# System curl-config emits absurd output for --libs
+ # See rdar://7244457
LDFLAGS_LIBCURL="-lcurl"
else
# Due to a bug in dist, --arch flags are improperly supplied by curl-config.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090922/75e7d6cc/attachment.html>
More information about the macports-changes
mailing list