packages/lang/php8
Daniel Golle b20484d843 php8: drop libatomic dependency
PHP's configure script probes __atomic_exchange_1 as an external
function on riscv64, which only resolves against libatomic, and so
links the library although no binary references an atomic symbol.
The riscv64-only dependency and linker flag paper over that. Link
with --as-needed so the unused library is dropped and remove both;
mips and riscv64 builds import no atomic symbols.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2026-09-16 16:35:19 +01:00
..
files
patches php8: update to 8.4.23 2026-07-13 21:54:20 +02:00
Config.in
Makefile php8: drop libatomic dependency 2026-09-16 16:35:19 +01:00
pecl.mk treewide: cleanup URLs 2026-05-08 22:28:27 +02:00
test.sh