diff options
| author | Mark Murray <markm@FreeBSD.org> | 1999-09-04 10:03:27 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1999-09-04 10:03:27 +0000 |
| commit | 37103b14afc0b362d0a5176c297ec57db16ced45 (patch) | |
| tree | 4ff25dcb288cb3d0eba08c48b9508242da0c6e70 | |
| parent | 3c044221daf0f23bdd61940907a4365e45ba5589 (diff) | |
Notes
| -rw-r--r-- | etc/defaults/make.conf | 3 | ||||
| -rw-r--r-- | etc/make.conf | 3 | ||||
| -rw-r--r-- | share/examples/etc/make.conf | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index da9fb902f567..e5146e1a7f3a 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 da9fb902f567..e5146e1a7f3a 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 da9fb902f567..e5146e1a7f3a 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 # |
