96b574b79d
OpenLDAP 2.4.59 Release (2021/06/03) Fixed libldap TLSv1.3 cipher suites with OpenSSL 1.1.1 Fixed libldap double free of LDAP_OPT_DEFBASE Fixed slapd syncrepl handling of add+delete on single value attr Fixed slapd-mdb cursor init check Fixed slapd-mdb deletion of context entry Fixed slapd-mdb off-by-one affecting search scope Fixed slapo-pcache locking during expiration Contrib Fixed slapo-autogroup to not thrash thread context Documentation ldap_modify(3) - Delete non-existent mod_next parameter
33 lines
1 KiB
Makefile
33 lines
1 KiB
Makefile
# $NetBSD: buildlink3.mk,v 1.21 2021/06/14 09:04:23 adam Exp $
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
BUILDLINK_TREE+= openldap-client
|
|
|
|
.if !defined(OPENLDAP_BUILDLINK3_MK)
|
|
OPENLDAP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.openldap-client+= openldap-client>=2.4.6
|
|
BUILDLINK_ABI_DEPENDS.openldap-client+= openldap-client>=2.4.48nb1
|
|
BUILDLINK_PKGSRCDIR.openldap-client?= ../../databases/openldap-client
|
|
|
|
# Export the deprecated API from the openldap-2.2.x releases.
|
|
BUILDLINK_CPPFLAGS.openldap-client+= -DLDAP_DEPRECATED
|
|
|
|
CHECK_BUILTIN.openldap-client:= yes
|
|
.include "../../databases/openldap-client/builtin.mk"
|
|
CHECK_BUILTIN.openldap-client:= no
|
|
|
|
.if empty(USE_BUILTIN.openldap-client:M[yY][eE][sS])
|
|
pkgbase := openldap-client
|
|
. include "../../mk/pkg-build-options.mk"
|
|
|
|
. if ${PKG_BUILD_OPTIONS.openldap-client:Mkerberos} || \
|
|
${PKG_BUILD_OPTIONS.openldap-client:Msasl}
|
|
. include "../../security/cyrus-sasl/buildlink3.mk"
|
|
. endif
|
|
.endif
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.endif # OPENLDAP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -openldap-client
|