diff options
Diffstat (limited to 'net/bind9-current/Makefile')
-rw-r--r-- | net/bind9-current/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index 679606b9533..574009f6286 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/02/28 09:04:12 itojun Exp $ +# $NetBSD: Makefile,v 1.18 2001/04/12 03:35:25 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -18,11 +18,9 @@ BIND_VERSION= 9.2.0s20010214 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-threads # Until we have real threads -# dnssec-keygen needs "good enough" random number, use /dev/urandom CONFIGURE_ARGS+=--with-libtool=yes \ --sysconfdir=/etc \ - --localstatedir=/var \ - --with-randomdev=/dev/urandom + --localstatedir=/var LDFLAGS+= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib # use external OpenSSL. comment the following two lines out to use # OpenSSL shipped with BIND9. |