mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix static mingw dependency
This commit is contained in:
parent
419f5464df
commit
d720ebdbbd
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ SLAPD_OBJECTS = $(@PLAT@_SLAPD_OBJECTS)
|
|||
# Thus, we do the best we can by depending on version.o, which depends
|
||||
# on its own very long list of dependencies.
|
||||
#
|
||||
slapd.def: libbackends.a version.o
|
||||
slapd.def: libbackends.a liboverlays.a version.o
|
||||
@for i in $(LDFLAGS) ; do \
|
||||
path=`expr "$$i" : "-L\(.*\)"`; \
|
||||
if test $$? != 0; then continue; fi; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue