Changeset 118176 for trunk/dports


Ignore:
Timestamp:
Mar 24, 2014, 9:02:59 PM (10 years ago)
Author:
cal@…
Message:

openssh: Fix build in presence of libssh on older systems where -Wl,-search_paths_first wasn't the default, closes #43059

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/openssh/Portfile

    r117923 r118176  
    6969# Use Apple's sandboxing feature
    7070configure.cppflags-append -D__APPLE_SANDBOX_NAMED_EXTERNAL__
     71configure.ldflags-append  -Wl,-search_paths_first
    7172configure.args      --with-ssl-dir=${prefix} \
    7273                    --sysconfdir=${prefix}/etc/ssh \
Note: See TracChangeset for help on using the changeset viewer.