From d6ceb6db22c215fe821c9a0e85205954d153c217 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sat, 2 Jun 2007 23:19:58 +0000 Subject: Update bmake glue for the BIND 9.4.1 import. This includes a return to building with threads, since one of the major focuses of the 9.4.x branch is to improve thread performance. --- usr.bin/dig/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin/dig/Makefile') diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile index 0f19499f7249..4ac3e64b246f 100644 --- a/usr.bin/dig/Makefile +++ b/usr.bin/dig/Makefile @@ -13,8 +13,9 @@ PROG= dig SRCS+= dig.c dighost.c CFLAGS+= -I${SRCDIR}/include +CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include -DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} -LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} +DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD} +LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD} .include -- cgit v1.2.3