perl: fix compilation with musl 1.2.4
authorRobert Marko <redacted>
Wed, 17 May 2023 08:18:57 +0000 (10:18 +0200)
committerRosen Penev <redacted>
Thu, 18 May 2023 07:27:20 +0000 (10:27 +0300)
commit2251916df1ca5d1b00f0a55b52feb67cd65ae090
treebc14bfd93f4e31ad5ded52adf0e86b872e293427
parenta0c44d24e98338afdf54275ad369e5da5f4a1ae4
perl: fix compilation with musl 1.2.4

musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so
just having _GNU_SOURCE defined is not enough anymore.

_LARGEFILE64_SOURCE has to be defined in the source, or CFLAGS can be used
to pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions.

Signed-off-by: Robert Marko <redacted>
lang/perl/Makefile
git clone https://git.99rst.org/PROJECT