openwrt-packages/lang/perl
Marcel Denia 1c0bf8c605 perl: Don't link against libnsl, fix PPC signedness
perl: Don't try to link against libnsl

And also remove all other references to avoid confusion.
libnsl isn't really needed. Removing it allows glibc based
toolchains to build perl.

perl: Make I8/I16/I32 types explicitly signed for PPC

Type signedness is undefined for char. char may actually be unsigned for
some CPUs.
This fixes various bugs on PPC, like negative array indices.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-10-28 18:50:59 +01:00
..
files perl: Don't link against libnsl, fix PPC signedness 2014-10-28 18:50:59 +01:00
patches lang/perl: Add microperl caretx dependency 2014-07-07 22:54:14 +02:00
Makefile perl: Don't link against libnsl, fix PPC signedness 2014-10-28 18:50:59 +01:00
perlbase.mk perl: Add deprecate.pm to perlbase-essential 2014-08-27 01:01:39 +02:00
perlmod.mk lang/perl: Strip encoding pragma 2014-07-24 03:04:31 +02:00