Document NO_PERL.
This commit is contained in:
parent
3a2736e936
commit
ee4e02d8d4
@ -101,6 +101,7 @@
|
||||
#NO_OBJC= true # do not build Objective C support
|
||||
#NO_OPENSSH= true # do not build OpenSSH
|
||||
#NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH)
|
||||
#NO_PERL= true # do not build perl5. Disables OpenSSL optimizations
|
||||
#NO_SENDMAIL= true # do not build sendmail and related programs
|
||||
#NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs
|
||||
#NO_TCSH= true # do not build and install /bin/csh (which is tcsh)
|
||||
@ -109,7 +110,7 @@
|
||||
#NOGAMES= true # do not build games (games/ subdir)
|
||||
#NOINFO= true # do not make or install info files
|
||||
#NOLIBC_R= true # do not build libc_r (re-entrant version of libc)
|
||||
#NOPERL= true # do not build perl. Disables OpenSSL optimizations
|
||||
#NOPERL= true # Deprecated version of NO_PERL
|
||||
#NOPROFILE= true # Avoid compiling profiled libraries
|
||||
#NOSECURE= true # do not build crypto code in secure/ subdir
|
||||
#NOSHARE= true # do not go into the share subdir
|
||||
|
@ -406,6 +406,11 @@ Set to not build OpenSSH.
|
||||
.Pq Vt bool
|
||||
Set to not build OpenSSL (implies
|
||||
.Va NO_OPENSSH ) .
|
||||
.It Va NO_PERL
|
||||
.Pq Vt bool
|
||||
Set to avoid building
|
||||
.Xr perl 1 .
|
||||
(Also disables OpenSSL optimizations.)
|
||||
.It Va NO_SENDMAIL
|
||||
.Pq Vt bool
|
||||
Set to not build
|
||||
@ -461,6 +466,9 @@ Set to install man pages uncompressed.
|
||||
.Pq Vt bool
|
||||
Set to avoid building
|
||||
.Xr perl 1 .
|
||||
This is deprecated in favour of
|
||||
.It Va NO_PERL
|
||||
(above).
|
||||
.It Va NOPROFILE
|
||||
.Pq Vt bool
|
||||
Set to avoid compiling profiled libraries.
|
||||
|
Loading…
Reference in New Issue
Block a user