[140784] trunk/dports/devel/qca-ossl/Portfile

michaelld at macports.org michaelld at macports.org
Fri Oct 2 11:42:34 PDT 2015


Revision: 140784
          https://trac.macports.org/changeset/140784
Author:   michaelld at macports.org
Date:     2015-10-02 11:42:34 -0700 (Fri, 02 Oct 2015)
Log Message:
-----------
qca-ossl: explicitly set the OpenSSL include and library directories. Addresses ticket #49053 for 10.11 specifically & won't hurt other installs.

Modified Paths:
--------------
    trunk/dports/devel/qca-ossl/Portfile

Modified: trunk/dports/devel/qca-ossl/Portfile
===================================================================
--- trunk/dports/devel/qca-ossl/Portfile	2015-10-02 18:36:59 UTC (rev 140783)
+++ trunk/dports/devel/qca-ossl/Portfile	2015-10-02 18:42:34 UTC (rev 140784)
@@ -45,7 +45,9 @@
 # qca-ossl does not use --prefix
 configure.pre_args
 configure.args       --verbose             \
-                     --qtdir=${qt_dir}
+                     --qtdir=${qt_dir}     \
+                     --with-openssl-inc=${prefix}/include \
+                     --with-openssl-lib=${prefix}/lib
 
 # QCA's configure does not handle this flag,
 # but does not generate an error either.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151002/c210c1eb/attachment.html>


More information about the macports-changes mailing list