packages/lang/perl
Marcel Denia 7236fe401f perl: Provide correct CFLAGS through perlmod.mk
In case threading is enabled, perl is compiled with -D_REENTRANT
and -D_GNU_SOURCE, which, apart from other things, enables usage
of off64_t. As we override module CFLAGS manually, we'll have to
pass that flags as well.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-02-07 23:22:54 +01:00
..
files perl: Add threading configuration for all remaining architectures 2015-02-04 13:51:21 +01:00
patches perl: Add host-perl relink hack 2014-08-14 17:14:22 +02:00
Config.in perl: Add new CONFIG_PERL_THREADS option for enabling threading support 2015-02-04 13:51:16 +01:00
Makefile perl: Bump PKG_RELEASE 2015-02-04 13:57:27 +01:00
perlbase.mk perl: Cleanup 2015-02-04 13:56:30 +01:00
perlmod.mk perl: Provide correct CFLAGS through perlmod.mk 2015-02-07 23:22:54 +01:00