From 58d6bee5090cf82c6c42cd623f09eb3a9eae1881 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 29 Mar 2015 09:10:10 +0200 Subject: [PATCH] environment/autoconf_cache: override tests for /dev/{u,}random. --- common/environment/configure/autoconf_cache/common-linux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/environment/configure/autoconf_cache/common-linux b/common/environment/configure/autoconf_cache/common-linux index 3f185c3149..ce8c10fad9 100644 --- a/common/environment/configure/autoconf_cache/common-linux +++ b/common/environment/configure/autoconf_cache/common-linux @@ -24,6 +24,8 @@ ac_cv_func_getgroups=yes ac_cv_func_getgroups_works=yes ac_cv_func_pread=yes ac_cv_func_pwrite=yes +ac_cv_file__dev_random=yes +ac_cv_file__dev_urandom=yes # apr ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}