Skip to content
Snippets Groups Projects
Commit c31f990d authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

import fix to ITS#4435

parent cb4152f3
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ OpenLDAP 2.3.21 Engineering
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)
......
......@@ -15,7 +15,7 @@
LIBRARY = liblunicode.a
XXDIR = $(srcdir)/*/
XXDIR = $(srcdir)/ucdata/
XXHEADERS = ucdata.h ure.h uctable.h
XXSRCS = ucdata.c ucgendat.c ure.c urestubs.c
......@@ -41,7 +41,8 @@ ucgendat: $(XLIBS) ucgendat.o
.links :
@for i in $(XXSRCS) $(XXHEADERS); do \
$(RM) $$i ; \
$(LN_S) $(XXDIR)$$i . ; \
ii=`find . -name $$i` ; \
$(LN_S) $$ii . ; \
done
touch .links
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment