From df65b389c9e3cd50429417a4162436cc95f11a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 21 Apr 2005 13:46:25 +0000 Subject: 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. --- sysutils/am-utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/am-utils') diff --git a/sysutils/am-utils/Makefile b/sysutils/am-utils/Makefile index 57ceba643003..3da2e25a3169 100644 --- a/sysutils/am-utils/Makefile +++ b/sysutils/am-utils/Makefile @@ -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 -- cgit v1.2.3