]> git.sur5r.net Git - openldap/commitdiff
Update liblunicode fix from HEAD
authorKurt Zeilenga <kurt@openldap.org>
Fri, 7 Apr 2006 04:43:24 +0000 (04:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 7 Apr 2006 04:43:24 +0000 (04:43 +0000)
CHANGES
libraries/liblunicode/Makefile.in

diff --git a/CHANGES b/CHANGES
index 4879d6b313ac9db3ca4fae81592712ee79ceea45..d88e359830286c5b390092cace6c93140f6fe077 100644 (file)
--- 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
 
index efebb1817204bb30acef085e4e0f5b2ea46c5128..2b2c542c73f7463f08b02db6716b748889f21044 100644 (file)
@@ -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