diff options
author | markm <markm@FreeBSD.org> | 1999-09-04 10:03:27 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-09-04 10:03:27 +0000 |
commit | 4b90371e14be2ca7998adc3d43948f6b06bc9671 (patch) | |
tree | 7a9f1b080f631a9069bf7f52e13f8fa98364e2c7 /etc | |
parent | f863534104d0464925c158745c9412196654311a (diff) | |
download | FreeBSD-src-4b90371e14be2ca7998adc3d43948f6b06bc9671.zip FreeBSD-src-4b90371e14be2ca7998adc3d43948f6b06bc9671.tar.gz |
Knob for Perl thread support.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 3 | ||||
-rw-r--r-- | etc/make.conf | 3 |
2 files changed, 6 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 # |