From 96f2eb8f8a21f13bcc534dbc434fa918cd5fea62 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 25 Jul 2005 14:44:11 +0000 Subject: Disable thread support in BIND. It appears to reduce performance rather than increase it, and seems to be the cause of the memory leaks which some users have reported. Requested by: dougb MFC after: 5 days --- usr.bin/dig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/dig') diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile index d7ec398..0f19499 100644 --- a/usr.bin/dig/Makefile +++ b/usr.bin/dig/Makefile @@ -14,7 +14,7 @@ SRCS+= dig.c dighost.c CFLAGS+= -I${SRCDIR}/include -DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD} -LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD} +DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} +LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} .include -- cgit v1.1