summaryrefslogtreecommitdiffstats
path: root/share/mk/src.libnames.mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-02 01:23:16 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-02 01:23:16 +0000
commitbf32088a6f020dfc690d37ecf47846b707eed390 (patch)
tree50a581f3cc51753989d503222797f2467578a4cb /share/mk/src.libnames.mk
parent63b188fbe76f7983c894c0a8d3c1695dc4253aa4 (diff)
downloadFreeBSD-src-bf32088a6f020dfc690d37ecf47846b707eed390.zip
FreeBSD-src-bf32088a6f020dfc690d37ecf47846b707eed390.tar.gz
Don't overlink pthread to kerberos library consumers.
I'm not sure why this was here, none of these use pthread themselves and none of the consumers are broken with removing this. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/mk/src.libnames.mk')
-rw-r--r--share/mk/src.libnames.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/mk/src.libnames.mk b/share/mk/src.libnames.mk
index 8864c34..e2af97e 100644
--- a/share/mk/src.libnames.mk
+++ b/share/mk/src.libnames.mk
@@ -282,16 +282,6 @@ LDADD_fifolog+= ${LDADD_z}
DPADD_ipf+= ${DPADD_kvm}
LDADD_ipf+= ${LDADD_kvm}
-# The following depends on libraries which are using pthread
-DPADD_hdb+= ${DPADD_pthread}
-LDADD_hdb+= ${LDADD_pthread}
-DPADD_kadm5srv+= ${DPADD_pthread}
-LDADD_kadm5srv+= ${LDADD_pthread}
-DPADD_krb5+= ${DPADD_pthread}
-LDADD_krb5+= ${LDADD_pthread}
-DPADD_gssapi_krb5+= ${DPADD_pthread}
-LDADD_gssapi_krb5+= ${LDADD_pthread}
-
.for _l in ${LIBADD}
DPADD+= ${DPADD_${_l}:Umissing-dpadd_${_l}}
LDADD+= ${LDADD_${_l}}
OpenPOWER on IntegriCloud