summaryrefslogtreecommitdiffstats
path: root/secure/lib
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-25 22:25:13 +0000
committerbapt <bapt@FreeBSD.org>2014-11-25 22:25:13 +0000
commit66a6b324d094fcebf09847dc478c31a3ca6be698 (patch)
tree2ca51cf79cb4d7e2f55469f7ffebcc4b6df93ca8 /secure/lib
parentc9bc0f390a0d6e816b470c56d5857f0dc76be31c (diff)
downloadFreeBSD-src-66a6b324d094fcebf09847dc478c31a3ca6be698.zip
FreeBSD-src-66a6b324d094fcebf09847dc478c31a3ca6be698.tar.gz
Reduce overlinking
The framework now ensure by itself that pthread is added to the link chain as the last component if linked to kerberos hence avoid with out any explicit addition prevent issue like CVE-2014-8475
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libssh/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index d23330d..725ace8 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -41,7 +41,6 @@ CFLAGS+= -I${SSHDIR} -include ssh_namespace.h
.if ${MK_KERBEROS_SUPPORT} != "no"
CFLAGS+= -include krb5_config.h
-LIBADD+= gssapi krb5 hx509 asn1 com_err md roken
.endif
.if ${MK_OPENSSH_NONE_CIPHER} != "no"
OpenPOWER on IntegriCloud