[118176] trunk/dports/net/openssh/Portfile

cal at macports.org cal at macports.org
Mon Mar 24 14:02:59 PDT 2014


Revision: 118176
          https://trac.macports.org/changeset/118176
Author:   cal at macports.org
Date:     2014-03-24 14:02:59 -0700 (Mon, 24 Mar 2014)
Log Message:
-----------
openssh: Fix build in presence of libssh on older systems where -Wl,-search_paths_first wasn't the default, closes #43059

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

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2014-03-24 20:02:31 UTC (rev 118175)
+++ trunk/dports/net/openssh/Portfile	2014-03-24 21:02:59 UTC (rev 118176)
@@ -68,6 +68,7 @@
 
 # Use Apple's sandboxing feature
 configure.cppflags-append -D__APPLE_SANDBOX_NAMED_EXTERNAL__
+configure.ldflags-append  -Wl,-search_paths_first
 configure.args      --with-ssl-dir=${prefix} \
                     --sysconfdir=${prefix}/etc/ssh \
                     --with-privsep-path=${prefix}/var/empty \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140324/a1e03bab/attachment.html>


More information about the macports-changes mailing list