[136999] trunk/dports/net/curl/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jun 2 01:45:46 PDT 2015


Revision: 136999
          https://trac.macports.org/changeset/136999
Author:   ryandesign at macports.org
Date:     2015-06-02 01:45:46 -0700 (Tue, 02 Jun 2015)
Log Message:
-----------
curl: fix +universal variant destroot merge failure with curl-config when cross-compiling and using +ssl variant (#32287)

Modified Paths:
--------------
    trunk/dports/net/curl/Portfile

Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile	2015-06-02 08:12:03 UTC (rev 136998)
+++ trunk/dports/net/curl/Portfile	2015-06-02 08:45:46 UTC (rev 136999)
@@ -162,7 +162,7 @@
     variant ssl conflicts gnutls description {Allow secure connections using OpenSSL} {
         depends_lib-append      port:openssl \
                                 path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
-        configure.args-replace  --without-ssl --with-ssl
+        configure.args-replace  --without-ssl --with-ssl=${prefix}
         configure.args-append   --with-ca-bundle=${prefix}/share/curl/curl-ca-bundle.crt
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150602/9b7897c4/attachment-0001.html>


More information about the macports-changes mailing list