php8: fix compilation with musl 1.2.4
authorMichael Heimpold <mhei@heimpold.de>
Mon, 15 May 2023 06:32:28 +0000 (08:32 +0200)
committerTianling Shen <cnsztl@gmail.com>
Thu, 18 May 2023 16:00:34 +0000 (00:00 +0800)
commit85bf0627b16d741f847427b922c63da935f6b059
tree07559c9e67d59b80f0d98227e9fb22840ef4d3c4
parentf20ba7f6ed0df1fbd94b29045c627b586007efa7
php8: fix compilation with musl 1.2.4

As noted in the release notes of musl 1.2.4, we can use
CFLAGS to pass -D_LARGEFILE64_SOURCE to allow to keep
using LFS64 definitions (as a short-term solution).

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