|
|
@ -19,4 +19,8 @@ hook_add preconf 9 'autoreconf -vfi' |
|
|
|
if atstage cross; then |
|
|
|
if atstage cross; then |
|
|
|
# always assuming a "gnu compatible" malloc |
|
|
|
# always assuming a "gnu compatible" malloc |
|
|
|
var_append configcache ' ' "ac_cv_func_malloc_0_nonnull=yes" |
|
|
|
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 |
|
|
|
fi |
|
|
|