From 264979c9d1dc6f5cacff8dc9ec89d787dfa80612 Mon Sep 17 00:00:00 2001 From: dougb Date: Sat, 16 Jul 2011 11:20:54 +0000 Subject: bmake and other updates necessary for the BIND 9.8.x upgrade. This includes a structural change regarding atomic ops. Previously they were enabled on all platforms unless we had knowledge that they did not work. However both work performed by marius@ on sparc64 and the fact that the 9.8.x branch is fussier in this area has demonstrated that this is not a safe approach. So I've modified a patch provided by marius to enable them for i386, amd64, and ia64 only. --- usr.bin/nsupdate/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/nsupdate') diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile index 941c7f3..d5cb8f0 100644 --- a/usr.bin/nsupdate/Makefile +++ b/usr.bin/nsupdate/Makefile @@ -14,6 +14,7 @@ SRCS+= nsupdate.c CFLAGS+= -I${SRCDIR}/include CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include +CFLAGS+= -DSESSION_KEYFILE=\"/var/run/named/session.key\" DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD} LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD} -- cgit v1.1