diff --git a/bind.changes b/bind.changes index 418340c..41db4bd 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 12 18:56:28 UTC 2016 - crrodriguez@opensuse.org + +- Build with --with-randomdev=/dev/urandom otherwise + libisc will use /dev/random to gather entropy and that might + block, short read etc.. + ------------------------------------------------------------------- Wed Jan 20 10:58:15 UTC 2016 - max@suse.com diff --git a/bind.spec b/bind.spec index e1034f3..c284b96 100644 --- a/bind.spec +++ b/bind.spec @@ -441,7 +441,8 @@ CONFIGURE_OPTIONS="\ --with-libxml2 \ --with-dlz-mysql \ --with-dlz-ldap \ - --enable-rrl + --enable-rrl \ + --with-randomdev=/dev/urandom " cp -f -p config.guess config.sub contrib/idn/idnkit-1.0-src/ ./configure ${CONFIGURE_OPTIONS}