openwrt-packages/lang/perl
Georgi Valkov 6375f73b29 perl: fix build errors on macOS
Added a check for macOS 11 and newer to resolve a compile error:
*** Unexpected product version 11.2.

Added Internals::getcwd.
Fallback to the built-in getcwd to resolve compile errors on macOS:
Can't locate Errno.pm in @INC
/miniperl not found

Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
2021-02-09 10:45:30 +02:00
..
files perl: define $sysroot for extensions 2020-02-08 23:08:58 -08:00
patches perl: fix build errors on macOS 2021-02-09 10:45:30 +02:00
Config.in
Makefile perl: fix build errors on macOS 2021-02-09 10:45:30 +02:00
README.patches
perlbase.mk
perlmod.mk
perlver.mk

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.