From 0dba6f512d5b9ed6ecfe6d32c16cdde7798c9a4e Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 13 Aug 2019 15:10:07 +0300 Subject: [PATCH] build-package.sh: set ac_cv_func_posix_spawnp=no for all autotools builds Reason same as for posix_spawn. --- scripts/build/configure/termux_step_configure_autotools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build/configure/termux_step_configure_autotools.sh b/scripts/build/configure/termux_step_configure_autotools.sh index 0e2225db1..1518c63d1 100644 --- a/scripts/build/configure/termux_step_configure_autotools.sh +++ b/scripts/build/configure/termux_step_configure_autotools.sh @@ -52,6 +52,7 @@ termux_step_configure_autotools() { AVOID_GNULIB+=" ac_cv_func_getgroups_works=yes" AVOID_GNULIB+=" ac_cv_func_malloc_0_nonnull=yes" AVOID_GNULIB+=" ac_cv_func_posix_spawn=no" + AVOID_GNULIB+=" ac_cv_func_posix_spawnp=no" AVOID_GNULIB+=" ac_cv_func_realloc_0_nonnull=yes" AVOID_GNULIB+=" am_cv_func_working_getline=yes" AVOID_GNULIB+=" gl_cv_func_dup2_works=yes"