Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
1ddc0fcc
Commit
1ddc0fcc
authored
Nov 20, 2007
by
Quanah Gibson-Mount
Browse files
ITS#5215
parent
364aa5c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
1ddc0fcc
...
...
@@ -17,6 +17,7 @@ OpenLDAP 2.4.7 Engineering
Updated contrib addpartial module (ITS#3593)
Build Environment
Fixed liblber socket library linking (ITS#5224)
Fixed Windows slapd.def rules (ITS#5215)
Documentation
Fixed grammar errors (ITS#5223)
Refint overlay doc contribution (ITS#5217)
...
...
servers/slapd/Makefile.in
View file @
1ddc0fcc
...
...
@@ -138,7 +138,7 @@ SLAPD_OBJECTS = $(@PLAT@_SLAPD_OBJECTS)
# for functions, but it is required for variables.
#
# The symdummy.c file basically references EVERY symbol available to slapd.exe,
# including symbols that slapd.exe never actually referen
e
ced. The file
# including symbols that slapd.exe never actually referenced. The file
# is compiled and included at link time. Without this object file, slapd.exe
# would NOT export symbols that it never referenced. The reason that these
# symbols must still be exported is because a dynamic module may want to
...
...
@@ -155,7 +155,7 @@ SLAPD_OBJECTS = $(@PLAT@_SLAPD_OBJECTS)
# on its own very long list of dependencies.
#
slapd.def
:
libbackends.a liboverlays.a version.o
@
for
i
in
$(LDFLAGS)
;
do
\
@
for
i
in
XX
$(LDFLAGS)
;
do
\
path
=
`
expr
"
$$
i"
:
"-L
\(
.*
\)
"
`
;
\
if
test
$$
?
!=
0
;
then continue
;
fi
;
\
paths
=
"
$$
paths
$$
path"
;
\
...
...
@@ -167,7 +167,7 @@ slapd.def: libbackends.a liboverlays.a version.o
-l
*
)
\
done
=
""
;
\
base
=
`
expr
"
$$
i"
:
"-l
\(
.*
\)
"
`
;
\
for
p
in
$$
paths
;
do
\
for
p
in
.
$$
paths
;
do
\
for
ext
in
la dll dll.a a
;
do
\
path
=
$$
p/lib
$$
base.
$$
ext
;
\
test
!
-f
$$
path
&&
continue
;
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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