mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
perl: Add new CONFIG_PERL_THREADS option for enabling threading support
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
menu "Configuration"
|
||||
depends on PACKAGE_perl
|
||||
|
||||
config PERL_THREADS
|
||||
bool "Enable threading support"
|
||||
default y if (mips || mipsel || x86 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_EGLIBC)
|
||||
default n
|
||||
|
||||
config PERL_TESTS
|
||||
bool "Include perl tests"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user