mirror of
https://github.com/pygos/build.git
synced 2024-11-14 07:27:10 +01:00
Add yet another autotools/musl clutch
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
228592f117
commit
8dc1802a0e
1 changed files with 2 additions and 0 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue