Fixed libldap socket polling for writes Fixed liblutil string modifications Fixed slapd crash when attrsOnly is true Fixed slapd syncrepl delete handling Fixed slapd-mdb slapadd with -q Fixed slapd-mdb slapadd with -w Fixed slapd-mdb slapindex with -q and -t Fixed slapo-pcache time-to-refesh handling Fixed slapo-syncprov loop detection Build Environment Fixed POSIX make support Fixed slapd-mdb build on POSIX Documentation Added option "-o" to ldap*(1) pages Fixed ldap*(1) page cleanup Fixed ldap_modify(3) prototypes
21 lines
501 B
Makefile
21 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.11 2012/03/13 19:57:11 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-client-/}
|
|
COMMENT= Lightweight Directory Access Protocol libraries and client programs
|
|
|
|
CONFLICTS+= openldap<2.3.23nb1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFIGURE_ARGS+= --disable-slapd
|
|
|
|
#BUILD_DIRS= include libraries clients
|
|
MAKE_DIRS= ${OPENLDAP_ETCDIR}
|
|
BUILD_DEFS+= OPENLDAP_ETCDIR
|
|
|
|
CNFS= ldap.conf
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../databases/openldap/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|