build-package.sh: set ac_cv_func_posix_spawnp=no for all autotools builds

Reason same as for posix_spawn.
This commit is contained in:
Leonid Pliushch 2019-08-13 15:10:07 +03:00
parent 088d10cd77
commit 0dba6f512d

View File

@ -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"