summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh-agent
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/usr.bin/ssh-agent
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/usr.bin/ssh-agent')
-rw-r--r--secure/usr.bin/ssh-agent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/ssh-agent/Makefile b/secure/usr.bin/ssh-agent/Makefile
index 807f747..e263dec 100644
--- a/secure/usr.bin/ssh-agent/Makefile
+++ b/secure/usr.bin/ssh-agent/Makefile
@@ -20,7 +20,7 @@ CFLAGS+= -DHAVE_LDNS=1
#USEPRIVATELIB+= ldns
.endif
-LIBADD+= crypt crypto z
+LIBADD+= crypto
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud