summaryrefslogtreecommitdiff
path: root/usr.sbin/makemandb
diff options
context:
space:
mode:
authornia <nia@NetBSD.org>2020-11-12 17:53:43 +0000
committernia <nia@NetBSD.org>2020-11-12 17:53:43 +0000
commit22c05f5a3b48cd553a07d1e8ea9a6b8ec642949e (patch)
tree6a9102e834d94fff66519b93451db1db6fd3bdf6 /usr.sbin/makemandb
parent18a77f72470d817686b88f84614e9d9917c57961 (diff)
Revert addition of pthread dependency on sqlite.
It is less trivial than expected and introduced some surprising breakage.
Diffstat (limited to 'usr.sbin/makemandb')
-rw-r--r--usr.sbin/makemandb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/makemandb/Makefile b/usr.sbin/makemandb/Makefile
index 1c1cae278f8..250bd225ae2 100644
--- a/usr.sbin/makemandb/Makefile
+++ b/usr.sbin/makemandb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/11/09 10:19:41 martin Exp $
+# $NetBSD: Makefile,v 1.12 2020/11/12 17:53:43 nia Exp $
.include <bsd.own.mk>
@@ -29,8 +29,8 @@ LDADD.makemandb+= -L${MDOCMLOBJDIR} -lmandoc -larchive -lbz2 -llzma -lz
LDADD.makemandb+= -lcrypto
DPADD.makemandb+= ${LIBCRYPTO}
-DPADD+= ${LIBSQLITE3} ${LIBM} ${LIBPTHREAD} ${LIBZ} ${LIBTERMLIB} ${LIBUTIL}
-LDADD+= -lsqlite3 -lm -lz -ltermlib -lutil -lpthread
+DPADD+= ${LIBSQLITE3} ${LIBM} ${LIBZ} ${LIBTERMLIB} ${LIBUTIL}
+LDADD+= -lsqlite3 -lm -lz -ltermlib -lutil
stopwords.c: stopwords.txt
( set -e; ${TOOL_NBPERF} -n stopwords_hash -s -p ${.ALLSRC}; \