Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
b3d59b97
Commit
b3d59b97
authored
Apr 07, 2006
by
Kurt Zeilenga
Browse files
Update liblunicode fix from HEAD
parent
979c7f23
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
b3d59b97
...
...
@@ -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
...
...
libraries/liblunicode/Makefile.in
View file @
b3d59b97
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment