From 6828e8e3e514fe430f1754fada15a756032399a9 Mon Sep 17 00:00:00 2001 From: dougb 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. --- lib/bind/lwres/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/bind/lwres/Makefile') diff --git a/lib/bind/lwres/Makefile b/lib/bind/lwres/Makefile index eef4589..09b7991 100644 --- a/lib/bind/lwres/Makefile +++ b/lib/bind/lwres/Makefile @@ -25,6 +25,10 @@ SRCS+= context.c gai_strerror.c getaddrinfo.c gethost.c \ CFLAGS+= -I${SRCDIR}/unix/include -I${SRCDIR}/include CFLAGS+= -I${.CURDIR} +CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include + +DPADD= ${PTHREAD_DPADD} +LDADD= ${PTHREAD_LDADD} .if ${MK_BIND_LIBS} != "no" MAN= lwres.3 lwres_buffer.3 lwres_config.3 lwres_context.3 \ -- cgit v1.1