summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-05-27 11:23:31 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-05-27 11:23:31 +0000
commitc81d83392c2550cbadbb01667aa4d7a50a886b77 (patch)
treef7773973209bfeb5418790317699a045b34679db /etc
parent1d4297a2b239d27258d1b7d0e8def340b6bcb721 (diff)
downloadFreeBSD-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 'etc')
-rw-r--r--etc/defaults/make.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 9fee8f5..e34bb5d 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/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
OpenPOWER on IntegriCloud