1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 20:03:57 +02:00
openwrt-packages/lang/perl
Hans Dedecker 86b8d1946c perl: fix compilation with glibc 2.27
Remove dependency on glibc in 010-musl-compat patch as glibc does not
support _LIB_VERSION anymore in 2.27; see
https://sourceware.org/ml/libc-announce/2018/msg00000.html

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-10-16 11:45:12 +02:00
..
files perl: build with -fno-strict-liasing and -fwrapv 2018-08-01 11:19:32 -06:00
patches perl: fix compilation with glibc 2.27 2018-10-16 11:45:12 +02:00
Config.in perlmod: global knob to disable comment stripping modules 2017-01-11 14:31:09 -07:00
Makefile perlmod: fix ability to build module out-of-feed 2018-09-23 14:19:51 -06: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: version modules and non-base packages 2018-08-13 13:23:11 -06: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.