Add yet another autotools/musl clutch

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2020-04-07 03:42:44 +02:00
parent 228592f117
commit 8dc1802a0e
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ run_configure() {
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes \
hw_cv_func_vsnprintf_c99=yes \
hw_cv_func_snprintf_c99=yes \
CFLAGS="$cflags" LDFLAGS="$ldflags" \
$srcdir/configure --prefix="" --build="$HOSTTUPLE" --host="$TARGET" \
--bindir="/bin" --sbindir="/bin" --sysconfdir="/etc" \