kumquat-buildroot/package/php
Fabrice Fontaine 37ac285cc1 package/php: add BR2_PACKAGE_PHP_ARCH_SUPPORTS
fiber (https://wiki.php.net/rfc/fibers) has been added in version 8.1.0
with
c276c16b66

fiber uses asm on supported architectures or needs ucontext since
8fd747a2a0

As result, the following build failure is raised without ucontext_t on
architectures not supported by asm since bump to version 8.1.7 in commit
0ddfece7f7:

/home/giuliobenetti/autobuild/run/instance-3/output-1/host/lib/gcc/arc-buildroot-linux-uclibc/10.2.0/../../../../arc-buildroot-linux-uclibc/bin/ld: Zend/zend_fibers.o: in function `zend_fiber_init_context':
zend_fibers.c:(.text+0x68a): undefined reference to `getcontext'

As fiber can't be disabled (only fiber-asm), add
BR2_PACKAGE_PHP_ARCH_SUPPORTS to reflect this new dependency

Fixes:
 - http://autobuild.buildroot.org/results/f4077bae8f879828e343475318cd2ddb99e09ba4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-07-23 21:10:45 +02:00
..
0001-acinclude.m4-don-t-unset-variables.patch
0002-iconv-tweak-iconv-detection.patch
0003-configure-disable-the-phar-tool.patch
0004-Call-apxs-with-correct-prefix.patch
0005-allow-opcache-cross-compiling.patch
Config.ext
Config.in package/php: add BR2_PACKAGE_PHP_ARCH_SUPPORTS 2022-07-23 21:10:45 +02:00
php-fpm.conf
php.hash package/php: security bump version to 8.1.8 2022-07-11 08:47:07 +02:00
php.mk package/php: security bump version to 8.1.8 2022-07-11 08:47:07 +02:00