Considering that this software is in the base system, most people installing

it from ports or packages probably do so because they need LDAP support.
Therefore, turn it on by default when PACKAGE_BUILDING.
This commit is contained in:
Dag-Erling Smørgrav 2005-04-21 13:46:25 +00:00
parent 4b5bb63afb
commit df65b389c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133850

View File

@ -17,7 +17,7 @@ COMMENT= The Berkeley Automounter Suite of Utilities
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
.if defined(WITH_OPENLDAP)
.if defined(WITH_OPENLDAP) || defined(PACKAGE_BUILDING)
USE_OPENLDAP= yes
CONFIGURE_ARGS+= --with-ldap=yes --enable-ldflags=-L${LOCALBASE}/lib --enable-cppflags=-I${LOCALBASE}/include
.endif