Use MK_OPENLDAP in preference to WITH_OPENLDAP and make it a default

NO option to match the opt-in nature of the historical nature of this
option.
This commit is contained in:
Warner Losh 2014-04-24 23:17:31 +00:00
parent 1b74d2a4ad
commit f6092768b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264902
3 changed files with 6 additions and 1 deletions

View file

@ -1,12 +1,14 @@
# $FreeBSD$
.include <bsd.own.mk>
NO_LINT=
KRB5DIR= ${.CURDIR}/../../../crypto/heimdal
CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/../../include
.if defined(WITH_OPENLDAP) && !defined(COMPAT_32BIT)
.if ${MK_OPENLDAP} != "no" && !defined(COMPAT_32BIT)
OPENLDAPBASE?= /usr/local
LDAPLDADD= -lldap -llber
LDAPDPADD= ${LDAPLDADD:C;^-l(.*)$;${OPENLDAPBASE}/lib/lib\1.a;}

View file

@ -182,6 +182,7 @@ __DEFAULT_NO_OPTIONS = \
LLDB \
NAND \
OFED \
OPENLDAP \
OPENSSH_NONE_CIPHER \
SHARED_TOOLCHAIN \
SORT_THREADS \

View file

@ -0,0 +1,2 @@
.\" $FreeBSD$
Enable building openldap support for kerberos.