The PERL_THREADED knob is causing too many people too many problems.
Add a dire warning about the experimental nature of threaded Perl.
This commit is contained in:
parent
012a472bf5
commit
487309750e
@ -73,7 +73,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
||||
# To enable installing suidperl with the setuid bit turned on
|
||||
#ENABLE_SUIDPERL= true
|
||||
#
|
||||
# To build perl with thread support
|
||||
# To build perl with experimental thread support
|
||||
# Do NOT enable this unless you have read the installation documentation
|
||||
# from the Perl distribution and understand the implications.
|
||||
#PERL_THREADED= true
|
||||
#
|
||||
# To build ppp with normal permissions
|
||||
|
@ -73,7 +73,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
||||
# To enable installing suidperl with the setuid bit turned on
|
||||
#ENABLE_SUIDPERL= true
|
||||
#
|
||||
# To build perl with thread support
|
||||
# To build perl with experimental thread support
|
||||
# Do NOT enable this unless you have read the installation documentation
|
||||
# from the Perl distribution and understand the implications.
|
||||
#PERL_THREADED= true
|
||||
#
|
||||
# To build ppp with normal permissions
|
||||
|
Loading…
Reference in New Issue
Block a user