Browse Source

csprng: disable http rng feature at stage 1 because it is implemented in C++

stable/0.5
Christian Wiese 11 years ago committed by Christian Wiese
parent
commit
0036f95a3c
  1. 4
      security/csprng/csprng.conf

4
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

Loading…
Cancel
Save