summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-04 10:03:27 +0000
committermarkm <markm@FreeBSD.org>1999-09-04 10:03:27 +0000
commit4b90371e14be2ca7998adc3d43948f6b06bc9671 (patch)
tree7a9f1b080f631a9069bf7f52e13f8fa98364e2c7
parentf863534104d0464925c158745c9412196654311a (diff)
downloadFreeBSD-src-4b90371e14be2ca7998adc3d43948f6b06bc9671.zip
FreeBSD-src-4b90371e14be2ca7998adc3d43948f6b06bc9671.tar.gz
Knob for Perl thread support.
-rw-r--r--etc/defaults/make.conf3
-rw-r--r--etc/make.conf3
-rw-r--r--share/examples/etc/make.conf3
3 files changed, 9 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index da9fb90..e5146e1 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -23,6 +23,9 @@
# To avoid building the suid perl
#NOSUIDPERL= true
#
+# To build perl with thread support
+#PERL_THREADED= true
+#
# To avoid building sendmail
#NO_SENDMAIL= true
#
diff --git a/etc/make.conf b/etc/make.conf
index da9fb90..e5146e1 100644
--- a/etc/make.conf
+++ b/etc/make.conf
@@ -23,6 +23,9 @@
# To avoid building the suid perl
#NOSUIDPERL= true
#
+# To build perl with thread support
+#PERL_THREADED= true
+#
# To avoid building sendmail
#NO_SENDMAIL= true
#
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index da9fb90..e5146e1 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -23,6 +23,9 @@
# To avoid building the suid perl
#NOSUIDPERL= true
#
+# To build perl with thread support
+#PERL_THREADED= true
+#
# To avoid building sendmail
#NO_SENDMAIL= true
#
OpenPOWER on IntegriCloud