From 66a6b324d094fcebf09847dc478c31a3ca6be698 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 25 Nov 2014 22:25:13 +0000 Subject: 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 --- secure/lib/libssh/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'secure/lib') 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" -- cgit v1.1