perl: Disable setlocale usage under musl
authorMarcel Denia <redacted>
Wed, 19 Aug 2015 22:12:16 +0000 (00:12 +0200)
committerMarcel Denia <redacted>
Tue, 1 Sep 2015 07:23:24 +0000 (09:23 +0200)
commitcecee995b0ed69132b230fa605b99a3cafa1e5b7
treedae2f07a35ce703bd04d116e79178c9d404c797d
parentafad97013910928fe32c569af2b56891302a79fc
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 <redacted>
lang/perl/files/libc.config
git clone https://git.99rst.org/PROJECT