From b3d59b9752ed6a3ce1330d0df69e1c062e6055d1 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 7 Apr 2006 04:43:24 +0000 Subject: [PATCH] Update liblunicode fix from HEAD --- CHANGES | 2 +- libraries/liblunicode/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 4879d6b313..d88e359830 100644 --- a/CHANGES +++ b/CHANGES @@ -6,7 +6,6 @@ OpenLDAP 2.3.21 Release Fixed libldap invalid free bug (ITS#4436) Fixed libldap mutex leak (ITS#4441) Fixed libldap_r thr_yield(2) return handling (ITS#4469) - Fixed liblunicode build (ITS#4435) Fixed slapd syncprov/glue interaction issue (ITS#4323, ITS#4417) Fixed slapd operational attrs in presence of global overlays (ITS#4431) Fixed slapd "threads" config value checking (ITS#4433) @@ -25,6 +24,7 @@ OpenLDAP 2.3.21 Release Build Environment Added slapo-auditlog build support (ITS#4372) Fixed multi-precision sizeof detection (ITS#4416) + Fixed liblunicode build (ITS#4435) Updated libtool to version 1.5.22 (ITS#4471) Updated shtool to version 2.0.5 diff --git a/libraries/liblunicode/Makefile.in b/libraries/liblunicode/Makefile.in index efebb18172..2b2c542c73 100644 --- a/libraries/liblunicode/Makefile.in +++ b/libraries/liblunicode/Makefile.in @@ -41,7 +41,7 @@ ucgendat: $(XLIBS) ucgendat.o .links : @for i in $(XXSRCS) $(XXHEADERS); do \ $(RM) $$i ; \ - ii=`find . -name $$i` ; \ + ii=`find $(srcdir) -name $$i` ; \ $(LN_S) $$ii . ; \ done touch .links -- 2.39.5