svn commit: r291630 - head/share/mk
Bryan Drewery
bdrewery at FreeBSD.org
Wed Dec 2 01:17:10 UTC 2015
Author: bdrewery
Date: Wed Dec 2 01:17:09 2015
New Revision: 291630
URL: https://svnweb.freebsd.org/changeset/base/291630
Log:
Don't overlink pthread to libsqlite3 consumers.
At least usr.bin/mandoc was overlink.
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 00:54:05 2015 (r291629)
+++ head/share/mk/src.libnames.mk Wed Dec 2 01:17:09 2015 (r291630)
@@ -170,6 +170,7 @@ _DP_archive+= crypto
.else
_DP_archive+= md
.endif
+_DP_sqlite3= pthread
_DP_ssl= crypto
_DP_ssh= crypto crypt z
.if ${MK_LDNS} != "no"
@@ -275,9 +276,6 @@ LDADD_${_l}+= ${LDADD_${_d}}
DPADD_atf_cxx+= ${DPADD_atf_c}
LDADD_atf_cxx+= ${LDADD_atf_c}
-DPADD_sqlite3+= ${DPADD_pthread}
-LDADD_sqlite3+= ${LDADD_pthread}
-
DPADD_fifolog+= ${DPADD_z}
LDADD_fifolog+= ${LDADD_z}
More information about the svn-src-head
mailing list