From 8dc1802a0e1d65764dfee7347c25b5417f94ff1e Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 7 Apr 2020 03:42:44 +0200 Subject: [PATCH] Add yet another autotools/musl clutch Signed-off-by: David Oberhollenzer --- util/autotools.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/autotools.sh b/util/autotools.sh index 9bf8117..356593c 100644 --- a/util/autotools.sh +++ b/util/autotools.sh @@ -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" \