termux-packages/scripts/build/configure
Leonid Pliushch 088d10cd77 build-package.sh: set ac_cv_func_posix_spawn=no for all autotools builds
posix_spawn is not available on Android devices.

While this commit is not necessary for cross-compiling, it is required
when building on-device since there posix_spawn is found somehow. This
produces following errors:

 ./spawn.h:514:17: error: use of undeclared identifier 'POSIX_SPAWN_RESETIDS'
             [(((POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP
2019-08-13 15:02:14 +03:00
..
termux_step_configure_autotools.sh build-package.sh: set ac_cv_func_posix_spawn=no for all autotools builds 2019-08-13 15:02:14 +03:00
termux_step_configure_cmake.sh
termux_step_configure_meson.sh
termux_step_configure.sh