git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
392e147
)
perl: Enable threading support by default for all libc implementations
author
Marcel Denia
<redacted>
Wed, 17 Jun 2015 16:38:06 +0000
(18:38 +0200)
committer
Marcel Denia
<redacted>
Thu, 18 Jun 2015 21:58:45 +0000
(23:58 +0200)
Signed-off-by: Marcel Denia <redacted>
lang/perl/Config.in
patch
|
blob
|
history
diff --git
a/lang/perl/Config.in
b/lang/perl/Config.in
index f4c4f8870ae4de3d84c0f08161c41e0dc1b24912..14aedc285ca1aebd31cd5dd6893c0e12b7e31119 100644
(file)
--- a/
lang/perl/Config.in
+++ b/
lang/perl/Config.in
@@
-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