packages/lang/perl/Config.in
John Crispin 98be2ca3e0 global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-03-12 20:52:37 +01:00

20 lines
517 B
Text

menu "Configuration"
depends on PACKAGE_perl
config PERL_THREADS
bool "Enable threading support"
default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_GLIBC)
default n
config PERL_TESTS
bool "Include perl tests"
default n
help
Include test suites for all perl packages.
This will increase the size of perl and related packages
considerably.
Test support is still in development. Some tests will fail,
others are just missing completely.
endmenu