]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
unbound: Fix crash of daemon at startup
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Jun 2017 14:44:33 +0000 (15:44 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Jun 2017 14:45:26 +0000 (15:45 +0100)
getentropy() cannot be used on our platform.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/unbound

index 8583dd2532004e5e0cb3d809918cc3b1b818cd76..1270b35c3cbc8f6fb7fcc625cd3d90b1241acced 100644 (file)
@@ -79,7 +79,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --with-rootkey-file=/var/lib/unbound/root.key \
                        --disable-static \
                        --with-libevent \
-                       --enable-event-api
+                       --enable-event-api \
+                       ac_cv_func_getentropy=no
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install