Browse Source

perl: Enable CONFIG_PERL_THREADS properly by default for x86

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 10 years ago
parent
commit
d091b65926
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/perl/Config.in

+ 1
- 1
lang/perl/Config.in View File

@ -3,7 +3,7 @@ menu "Configuration"
config PERL_THREADS
bool "Enable threading support"
default y if (mips || mipsel || x86 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_EGLIBC)
default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_EGLIBC)
default n
config PERL_TESTS


Loading…
Cancel
Save