diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-05-27 11:23:31 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-05-27 11:23:31 +0000 |
commit | c81d83392c2550cbadbb01667aa4d7a50a886b77 (patch) | |
tree | f7773973209bfeb5418790317699a045b34679db /share | |
parent | 1d4297a2b239d27258d1b7d0e8def340b6bcb721 (diff) | |
download | FreeBSD-src-c81d83392c2550cbadbb01667aa4d7a50a886b77.zip FreeBSD-src-c81d83392c2550cbadbb01667aa4d7a50a886b77.tar.gz |
The PERL_THREADED knob is causing too many people too many problems.
Add a dire warning about the experimental nature of threaded Perl.
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 9fee8f5..e34bb5d 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -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 |