perl: perlmod: append _LARGEFILE64_SOURCE flag for musl 1.2.4
authorTianling Shen <cnsztl@immortalwrt.org>
Fri, 19 May 2023 13:03:09 +0000 (21:03 +0800)
committerTianling Shen <cnsztl@gmail.com>
Sat, 20 May 2023 05:05:19 +0000 (13:05 +0800)
commitb9481f55d85dfca003606ca6bfbc55243ee74f9c
tree0f082e3ad9f9787bddbc9d8c9ff8e7335206a5f5
parent61106a8df299de5297e816d1f75fbb602382b60c
perl: perlmod: append _LARGEFILE64_SOURCE flag for 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.

Manually pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
lang/perl/perlmod.mk