php8: fixup libiconv usage (refs openwrt/openwrt#10024)
authorMichael Heimpold <mhei@heimpold.de>
Thu, 7 Jul 2022 20:37:22 +0000 (22:37 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Sun, 17 Jul 2022 12:11:39 +0000 (14:11 +0200)
commita24a76783ea83225ebe242306fd3475bff34698c
tree5b001b9e15b1294c15cdb9f261e39d479e11dc9b
parent3ae7a46b822967f728da6164558f181a0700eff5
php8: fixup libiconv usage (refs openwrt/openwrt#10024)

Since the OpenWrt's stub libiconv implementation is now gone,
we can build against musl's internal one or the external libiconv
implementation.
This needs minor adjustements in the makefile to allow PHPs build
to choose the right path when cross-compiling.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php8/Makefile