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
41ce7cec
Commit
41ce7cec
authored
Jan 02, 2007
by
Kurt Zeilenga
Browse files
import man page fix
parent
06b84a30
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
41ce7cec
...
...
@@ -6,6 +6,8 @@ OpenLDAP 2.3.32 Engineering
Fixed slapd connection_get race condition on Windows (ITS#4793)
Fixed slapd values return filter control leak (ITS#4794)
Fixed slapd-sql Debug typo (ITS#4784)
Documentation
Fixed man page .so bug
OpenLDAP 2.3.31 Release
Fixed libldap unchased referral leak (ITS#4545)
...
...
build/man.mk
View file @
41ce7cec
...
...
@@ -32,7 +32,8 @@ all-common:
-e
's%LIBDIR%
$(libdir)
%'
\
-e
's%LIBEXECDIR%
$(libexecdir)
%'
\
-e
's%RELEASEDATE%
$(RELEASEDATE)
%'
\
$(srcdir)
/
$$
page
>
$$
page.
$(TMP_SUFFIX)
;
\
$(srcdir)
/
$$
page
\
|
$(SOELIM)
-
>
$$
page.
$(TMP_SUFFIX)
;
\
done
install-common
:
...
...
build/top.mk
View file @
41ce7cec
...
...
@@ -149,6 +149,8 @@ SUBST = $(SHTOOL) subst
MANCOMPRESS
=
$(CAT)
MANCOMPRESSSUFFIX
=
SOELIM
=
soelim
INCLUDEDIR
=
$(top_srcdir)
/include
LDAP_INCPATH
=
-I
$(LDAP_INCDIR)
-I
$(INCLUDEDIR)
LDAP_LIBDIR
=
$(top_builddir)
/libraries
...
...
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