php7: fix module loading with glibc (refs #16642) 16741/head
authorMichael Heimpold <mhei@heimpold.de>
Sun, 26 Sep 2021 19:57:36 +0000 (21:57 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Sun, 26 Sep 2021 19:57:44 +0000 (21:57 +0200)
commitd153c61650c0e5a55f4d9d00fcae6f257992c35f
tree8825a95e4b0e98d6f71a0f03479c3cea87f57638
parent863acbd4ac2370eb59ea5d151f4e36e5006e286b
php7: 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 <mhei@heimpold.de>
lang/php7/Makefile