packages/lang/perl
Robert Marko 2251916df1 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 <robimarko@gmail.com>
2023-05-18 10:27:20 +03: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
perlbase.mk perlbase-data: Add dependency on perlbase-scalar 2021-08-31 15:37:32 +02:00
perlmod.mk perl: perlmod.mk: use flock when hostpkg/perl used 2021-08-17 12:03:34 -03:00
perlver.mk perl: update to 5.28.1 2018-12-03 15:58:49 -07:00
README.patches perl: Reorganize patches 2015-09-25 11:50:52 +02:00

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.