diff --git a/CHANGES b/CHANGES index 7200a1e599434cfa30c1517ebf36e58498712fc0..019d7570e84b2b65c4ba3cb8da633e21a1567810 100644 --- a/CHANGES +++ b/CHANGES @@ -14,6 +14,7 @@ OpenLDAP 2.4.25 Engineering Fixed slapd-meta deadlock (ITS#6846) Fixed slapo-sssvlv with multiple requests (ITS#6850) Fixed contrib/lastbind install rules (ITS#6238) + Fixed contrib/cloak install rules (ITS#6877) Build Environment Fixed windows NT threads build (ITS#6859) Fixed libldap/lberl/util if/else usage (ITS#6832) diff --git a/contrib/slapd-modules/cloak/Makefile b/contrib/slapd-modules/cloak/Makefile index a0f9b931581509109019d518d5937340f2f47a4c..4562fcbab39b748f3f542e8a84ff892db6e02d75 100644 --- a/contrib/slapd-modules/cloak/Makefile +++ b/contrib/slapd-modules/cloak/Makefile @@ -2,6 +2,7 @@ CPPFLAGS+=-I../../../include -I../../../servers/slapd CPPFLAGS+=-DSLAPD_OVER_CLOAK=SLAPD_MOD_DYNAMIC LIBS=-lldap_r -llber -lcrypto +LIBTOOL=../../../libtool all: cloak.la