Force use of /dev/random for BIND, overriding an OpenBSD-specific check in
upstream's autoconf script to prefer /dev/arandom. One of a couple of options suggested by naddy@.
This commit is contained in:
parent
71a89251b2
commit
b4415079f5
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.72 2017/07/28 23:38:06 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.73 2017/10/30 22:19:38 sthen Exp $
|
||||
|
||||
COMMENT= Berkeley Internet Name Daemon: DNS server and tools
|
||||
|
||||
V= 9.10.6
|
||||
REVISION= 0
|
||||
|
||||
DISTNAME= bind-$V
|
||||
PKGNAME= isc-bind-${V:S/-P/pl/}
|
||||
@ -45,6 +46,7 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --enable-filter-aaaa \
|
||||
--enable-threads \
|
||||
--with-libtool \
|
||||
--with-randomdev=/dev/random \
|
||||
--without-readline \
|
||||
--with-python=${MODPY_BIN}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user