packages/lang/perl
Marcel Denia cecee995b0 perl: Disable setlocale usage under musl
While setlocale() is present, musl currently doesn't provide a suitable implementation.
It'll silently accept every locale, even if not present at all, defaulting them
to C.UTF-8. This will confuse applications as well as our testsuite(see lib/locale.t).

Even if a locale does exist, it's effects will not apply to an extent that will
satisfy many applications.

Avoid further mischief here and just disable setlocale() for now.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-01 09:23:24 +02:00
..
files perl: Disable setlocale usage under musl 2015-09-01 09:23:24 +02:00
patches perl: fix musl compatibility 2015-06-17 17:42:00 +02:00
Config.in perl: Enable threading support by default for all libc implementations 2015-06-18 23:58:45 +02:00
Makefile perl: Switch to split configuration files 2015-09-01 09:23:15 +02:00
perlbase.mk perl: Upgrade base package dependencies 2015-06-18 23:58:45 +02:00
perlmod.mk perl: Update to 5.22.0 2015-06-18 23:58:45 +02:00