aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/ssh-add
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 22:25:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 22:25:13 +0000
commitff75e00737d1906e8a2c37df4f46332d746c6e1c (patch)
tree2ca51cf79cb4d7e2f55469f7ffebcc4b6df93ca8 /secure/usr.bin/ssh-add
parent4c5e7118db32d2dd37747423c3882fbf7bccf622 (diff)
downloadsrc-ff75e00737d1906e8a2c37df4f46332d746c6e1c.tar.gz
src-ff75e00737d1906e8a2c37df4f46332d746c6e1c.zip
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
Notes
Notes: svn path=/head/; revision=275083
Diffstat (limited to 'secure/usr.bin/ssh-add')
-rw-r--r--secure/usr.bin/ssh-add/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/secure/usr.bin/ssh-add/Makefile b/secure/usr.bin/ssh-add/Makefile
index 2484a7bb93bd..ec6ebc13acd0 100644
--- a/secure/usr.bin/ssh-add/Makefile
+++ b/secure/usr.bin/ssh-add/Makefile
@@ -20,8 +20,6 @@ CFLAGS+= -DHAVE_LDNS=1
#USEPRIVATELIB+= ldns
.endif
-LIBADD+= crypt crypto z
-
.include <bsd.prog.mk>
.PATH: ${SSHDIR}