perl: Provide correct CFLAGS through perlmod.mk
authorMarcel Denia <naoir@gmx.net>
Sat, 7 Feb 2015 21:22:50 +0000 (22:22 +0100)
committerMarcel Denia <naoir@gmx.net>
Sat, 7 Feb 2015 22:22:54 +0000 (23:22 +0100)
commit7236fe401f800733ea5f991a12e5fa760c261f93
tree8272183f538d4ce763dd7dbbf21a4f0e60796f48
parent90869f37ad8f46d2fc88aab4eeb697832015219f
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>
lang/perl/perlmod.mk