mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
build: options: mention ports in the WITH_OPENLDAP description
There's a third party dependency on this option; currently,
net/openldap24-{,sasl-}client. At least mention that an openldap from ports
is needed for this option.
PR: 252866
(cherry picked from commit 7587d9823a)
This commit is contained in:
parent
f31de79df2
commit
d37a305bc5
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
|
||||
.\" $FreeBSD$
|
||||
.Dd January 28, 2021
|
||||
.Dd January 30, 2021
|
||||
.Dt SRC.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -1257,7 +1257,7 @@ Set to build the non-essential components of the
|
|||
.Dq "OpenFabrics Enterprise Distribution"
|
||||
Infiniband software stack, mostly examples.
|
||||
.It Va WITH_OPENLDAP
|
||||
Enable building openldap support for kerberos.
|
||||
Enable building LDAP support for kerberos using an openldap client from ports.
|
||||
.It Va WITHOUT_OPENMP
|
||||
Set to not build LLVM's OpenMP runtime.
|
||||
.Pp
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
.\" $FreeBSD$
|
||||
Enable building openldap support for kerberos.
|
||||
Enable building LDAP support for kerberos using an openldap client from ports.
|
||||
|
|
|
|||
Loading…
Reference in a new issue