svn commit: r291631 - head/share/mk
Bryan Drewery
bdrewery at FreeBSD.org
Wed Dec 2 01:23:17 UTC 2015
Author: bdrewery
Date: Wed Dec 2 01:23:16 2015
New Revision: 291631
URL: https://svnweb.freebsd.org/changeset/base/291631
Log:
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
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
==============================================================================
--- head/share/mk/src.libnames.mk Wed Dec 2 01:17:09 2015 (r291630)
+++ head/share/mk/src.libnames.mk Wed Dec 2 01:23:16 2015 (r291631)
@@ -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}}
More information about the svn-src-head
mailing list