mirror of
https://github.com/novatiq/packages.git
synced 2026-07-03 18:49:32 +01:00
7236fe401f
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>