diff options
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/make.conf | 3 |
1 files changed, 3 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 # |