summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoritojun <itojun>2001-01-28 06:51:01 +0000
committeritojun <itojun>2001-01-28 06:51:01 +0000
commit332d80ab9bcae61c92806d88788bc430c43de5cf (patch)
tree4759386cd491f3581450187ef4761dfe3439fe21 /net
parent7fb36e0978a8ba4bfdabdbc502467d8110a00eaf (diff)
downloadpkgsrc-332d80ab9bcae61c92806d88788bc430c43de5cf.tar.gz
use urandom (should be good enough), otherwise dnssec-keygen will take forever
Diffstat (limited to 'net')
-rw-r--r--net/bind9/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index 826e9098455..4ec7509bab0 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/01/26 21:12:02 hubertf Exp $
+# $NetBSD: Makefile,v 1.21 2001/01/28 06:51:01 itojun Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -18,9 +18,11 @@ BIND_VERSION= 9.1.0
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
+ --localstatedir=/var \
+ --with-randomdev=/dev/urandom
LDFLAGS+= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib
post-build: