php8: fix linking on riscv64 platform (again)
authorMichael Heimpold <mhei@heimpold.de>
Sat, 3 Jun 2023 15:57:18 +0000 (17:57 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Mon, 6 Nov 2023 05:49:33 +0000 (06:49 +0100)
commitb2cdb8f45c8e6bfae07e78923fd455d1d3290e59
treed7931592de9eb4ecf8361f49a3ed615da99094e6
parentdd0a3db4299d41abcfa1daef520e98e5402d8820
php8: fix linking on riscv64 platform (again)

The initial fix was done in a2e76e497.
Later we could revert it with 5779ae4c5 since a global fix
in gcc was deployed.

But now, PHP itself applied a workaround/fix in 8.2.8,
so that we now require the initial fix again.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 43b10ad9c1c288e3bc034a1c2be3bb0bd2749634)
lang/php8/Makefile