- Make tinderbox happy, rely on threaded library from libssh package to avoid

conflict with base libssh.so
This commit is contained in:
Dima Panov 2014-02-12 09:40:03 +00:00
parent 585e7dd45a
commit 9326273dd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343871

View File

@ -49,7 +49,7 @@ PLIST_SUB+= NLS="@comment "
.endif
.if ${PORT_OPTIONS:MSSH}
LIB_DEPENDS+= libssh.so:${PORTSDIR}/security/libssh
LIB_DEPENDS+= libssh_threads.so:${PORTSDIR}/security/libssh
.if ${OSVERSION} >= 800040
LDFLAGS+= -fstack-protector
.endif