diff options
author | itojun <itojun> | 2001-04-12 03:35:25 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-04-12 03:35:25 +0000 |
commit | c85628acfb8b6fe8a670b3ad861628d6b043082e (patch) | |
tree | 77dbd3029055bfd2ad8b51203d25383df84a3916 /net/bind9 | |
parent | 2f06143d78c1ca02db7b5096a45ae4951c7fee2f (diff) | |
download | pkgsrc-c85628acfb8b6fe8a670b3ad861628d6b043082e.tar.gz |
on bind9 mailing list isc/niminum people recommended against the use of
/dev/urandom.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index d176c74c634..76fc434abe6 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2001/03/29 03:40:42 itojun Exp $ +# $NetBSD: Makefile,v 1.34 2001/04/12 03:35:25 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -19,11 +19,9 @@ BIND_VERSION= 9.1.1 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. |