From 3fd49843b4d9de1bedd1afea9c3ce4486dbad7ee Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount <quanah@openldap.org> Date: Wed, 18 Feb 2009 00:47:04 +0000 Subject: [PATCH] ITS#5740 --- CHANGES | 2 ++ tests/progs/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ed22a52b2a..a24e680375 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,8 @@ OpenLDAP 2.4.15 Engineering Fixed slapd corrupt contextCSN (ITS#5947) Fixed slapd syncrepl order to match on add/delete (ITS#5954) Fixed slapo-rwm objectClass preservation (ITS#5760) + Build Environment + Fixed tester library linking for windows (ITS#5740) OpenLDAP 2.4.14 Release (2009/02/14) Added libldap option to disable SASL host canonicalization (ITS#5812) diff --git a/tests/progs/Makefile.in b/tests/progs/Makefile.in index 11b72eb733..a3cb136898 100644 --- a/tests/progs/Makefile.in +++ b/tests/progs/Makefile.in @@ -23,7 +23,7 @@ SRCS = slapd-common.c \ LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries -XLIBS = $(LDAP_LIBLDAP_LA) $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A) +XLIBS = $(LDAP_LIBLDAP_LA) $(LDAP_LIBLUTIL_A) $(LDAP_LIBLBER_LA) XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS) OBJS = slapd-common.o -- GitLab