From 04f5fea24eb42f6e77b496b8ba15766b742e43d6 Mon Sep 17 00:00:00 2001 From: itojun Date: Thu, 12 Apr 2001 03:35:25 +0000 Subject: on bind9 mailing list isc/niminum people recommended against the use of /dev/urandom. --- net/bind9-current/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'net/bind9-current/Makefile') 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. -- cgit v1.2.3