packages/lang/perl
Tianling Shen b9481f55d8 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>
2023-05-20 13:05:19 +08:00
..
files perl: add powerpc64 support 2022-03-02 16:30:32 -08:00
patches perl: fix build errors on macOS 2021-02-09 10:45:30 +02:00
Config.in perl: enable threading support for aarch64 by default 2022-12-14 22:13:40 +08:00
Makefile perl: fix compilation with musl 1.2.4 2023-05-18 10:27:20 +03:00
README.patches perl: Reorganize patches 2015-09-25 11:50:52 +02:00
perlbase.mk perlbase-data: Add dependency on perlbase-scalar 2021-08-31 15:37:32 +02:00
perlmod.mk perl: perlmod: append _LARGEFILE64_SOURCE flag for musl 1.2.4 2023-05-20 13:05:19 +08:00
perlver.mk perl: update to 5.28.1 2018-12-03 15:58:49 -07:00

README.patches

The patches in this package are loosely sorted into the following categories:

0xx - Bugfixes
1xx - Cross-compile fixes
3xx - Workarounds
7xx - Testsuite fixes

Feel free to add another one if your new patch doesn't seem to fit into an
existing category.