Accepting request 359100 from home:elvigia:branches:network

- Build with --with-randomdev=/dev/urandom otherwise 
  libisc will use /dev/random to gather entropy and that might
  block, short read etc..

OBS-URL: https://build.opensuse.org/request/show/359100
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=185
This commit is contained in:
Lars Müller 2016-02-12 19:11:31 +00:00 committed by Git OBS Bridge
parent c7dc2ebf4f
commit 9508d45935
2 changed files with 9 additions and 1 deletions

View File

@ -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 Wed Jan 20 10:58:15 UTC 2016 - max@suse.com

View File

@ -441,7 +441,8 @@ CONFIGURE_OPTIONS="\
--with-libxml2 \ --with-libxml2 \
--with-dlz-mysql \ --with-dlz-mysql \
--with-dlz-ldap \ --with-dlz-ldap \
--enable-rrl --enable-rrl \
--with-randomdev=/dev/urandom
" "
cp -f -p config.guess config.sub contrib/idn/idnkit-1.0-src/ cp -f -p config.guess config.sub contrib/idn/idnkit-1.0-src/
./configure ${CONFIGURE_OPTIONS} ./configure ${CONFIGURE_OPTIONS}