mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
slapd_tester should be linked with LIBS
This commit is contained in:
parent
ebce52fa52
commit
e290eacb21
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
|
|||
# load-tools: $(PROGRAMS)
|
||||
|
||||
slapd-tester: slapd-tester.o
|
||||
$(LTLINK) -o $@ slapd-tester.o
|
||||
$(LTLINK) -o $@ slapd-tester.o $(LIBS)
|
||||
|
||||
slapd-search: slapd-search.o $(LDAP_LIBLBER_DEPEND) $(LDAP_LIBLDAP_DEPEND)
|
||||
$(LTLINK) -o $@ slapd-search.o $(LIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue