From 0036f95a3cb98b557d65e396e37cf20e4306e4c9 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 4 Sep 2013 17:13:58 +0200 Subject: [PATCH] csprng: disable http rng feature at stage 1 because it is implemented in C++ --- security/csprng/csprng.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/csprng/csprng.conf b/security/csprng/csprng.conf index 3101736c3..85f027eb5 100644 --- a/security/csprng/csprng.conf +++ b/security/csprng/csprng.conf @@ -19,4 +19,8 @@ hook_add preconf 9 'autoreconf -vfi' if atstage cross; then # always assuming a "gnu compatible" malloc var_append configcache ' ' "ac_cv_func_malloc_0_nonnull=yes" + + # disable http rng feature because it is implemented in C++ + # and our stage 0 compile only supports C + var_append extraconfopt ' ' "--disable-http-rng" fi