1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 15:48:40 +02:00
openwrt-packages/lang/perl
Jakub Piotr Cłapa 3954356a23 perl: fixed host compilation of static perl on MacOS
All symbols on MacOS are prefixed with an underscore which
interfered with the filtering mechanism (added in perl 5.28)
for extension libraries to be linked into static perl.

Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>
2019-11-10 10:48:38 +01:00
..
files perl: add missing config for mips64el 2018-12-18 21:28:26 -08:00
patches perl: fixed host compilation of static perl on MacOS 2019-11-10 10:48:38 +01:00
Config.in perlmod: global knob to disable comment stripping modules 2017-01-11 14:31:09 -07:00
Makefile perl: fixed host compilation of static perl on MacOS 2019-11-10 10:48:38 +01:00
perlbase.mk lang/perlbase: Fix missing utf8 dependency on unicore 2016-07-04 18:13:45 -04:00
perlmod.mk perlmod: fix ability to build module out-of-feed 2018-09-23 14:19:51 -06: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.