Browse Source
build-package.sh: set ac_cv_func_posix_spawnp=no for all autotools builds
Reason same as for posix_spawn.
emacs-27
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
0 deletions
-
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" |
|
|
|