perl: Enable threading support by default for all libc implementations
authorMarcel Denia <redacted>
Wed, 17 Jun 2015 16:38:06 +0000 (18:38 +0200)
committerMarcel Denia <redacted>
Thu, 18 Jun 2015 21:58:45 +0000 (23:58 +0200)
Signed-off-by: Marcel Denia <redacted>
lang/perl/Config.in

index f4c4f8870ae4de3d84c0f08161c41e0dc1b24912..14aedc285ca1aebd31cd5dd6893c0e12b7e31119 100644 (file)
@@ -3,7 +3,7 @@ menu "Configuration"
 
 config PERL_THREADS
     bool "Enable threading support"
-    default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_GLIBC)
+    default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm)
     default n
 
 config PERL_TESTS
git clone https://git.99rst.org/PROJECT