From ecc387f97542684bf3ee04b7033f4b5d37c16b0d Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 24 Mar 2011 18:15:01 +0000 Subject: [PATCH] ITS#6877 --- CHANGES | 1 + contrib/slapd-modules/cloak/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 7200a1e599..019d7570e8 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 a0f9b93158..4562fcbab3 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 -- 2.39.5