This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
perl: Enable threading support by default for all libc implementations
Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia
10 years ago
parent
392e1475c8
commit
dc475f7886
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 || 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
Write
Preview
Loading…
Cancel
Save