]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use /dev/urandom as default random source
authorEvan Hunt <each@isc.org>
Fri, 16 Nov 2018 20:09:40 +0000 (12:09 -0800)
committerEvan Hunt <each@isc.org>
Fri, 16 Nov 2018 20:28:11 +0000 (12:28 -0800)
.gitlab-ci.yml

index df2ba30e40dd5b1823278d73379c031c8bbbfbe5..2b55c87240517869ebe14b83d52610b8c25d26f3 100644 (file)
@@ -115,7 +115,7 @@ stages:
     - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
     - autoreconf -fi
   script:
-    - ./configure --enable-developer --with-libtool --disable-static --with-cmocka --with-libidn2 --prefix=$HOME/.local --without-make-clean "${EXTRA_CONFIGURE}" || cat config.log
+    - ./configure --enable-developer --with-randomdev=/dev/urandom --with-libtool --disable-static --with-cmocka --with-libidn2 --prefix=$HOME/.local --without-make-clean "${EXTRA_CONFIGURE}" || cat config.log
     - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1
   artifacts:
     paths: