php8: fix module loading with glibc (refs #16642)
authorMichael Heimpold <redacted>
Sun, 26 Sep 2021 20:05:15 +0000 (22:05 +0200)
committerMichael Heimpold <redacted>
Sun, 26 Sep 2021 20:05:15 +0000 (22:05 +0200)
commit1bff138517bd4ea93b59873590f7dfd0c7fe1931
treedb84c105877385535615a5738b841788547bddc6
parent863acbd4ac2370eb59ea5d151f4e36e5006e286b
php8: fix module loading with glibc (refs #16642)

Without -ldl linker flag .so extensions are not loaded
when glibc is used. Fix it by providing adjusted LDFLAGS
for this case.

Signed-off-by: Michael Heimpold <redacted>
lang/php8/Makefile
git clone https://git.99rst.org/PROJECT