mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Link with all of $(LIBS) instead of $(LDAP_LIBPATH) $(XLIBS)
This commit is contained in:
parent
809c6570e4
commit
c41226d997
@ -21,13 +21,13 @@ slapd-tester: slapd-tester.o
|
||||
$(LTLINK) -o $@ slapd-tester.o
|
||||
|
||||
slapd-search: slapd-search.o $(LDAP_LIBLBER_DEPEND) $(LDAP_LIBLDAP_DEPEND)
|
||||
$(LTLINK) -o $@ slapd-search.o $(LDAP_LIBPATH) $(XLIBS)
|
||||
$(LTLINK) -o $@ slapd-search.o $(LIBS)
|
||||
|
||||
slapd-read: slapd-read.o $(LDAP_LIBLBER_DEPEND) $(LDAP_LIBLDAP_DEPEND)
|
||||
$(LTLINK) -o $@ slapd-read.o $(LDAP_LIBPATH) $(XLIBS)
|
||||
$(LTLINK) -o $@ slapd-read.o $(LIBS)
|
||||
|
||||
slapd-addel: slapd-addel.o $(LDAP_LIBLBER_DEPEND) $(LDAP_LIBLDAP_DEPEND)
|
||||
$(LTLINK) -o $@ slapd-addel.o $(LDAP_LIBPATH) $(XLIBS)
|
||||
$(LTLINK) -o $@ slapd-addel.o $(LIBS)
|
||||
|
||||
bdb2-local: build-tools FORCE
|
||||
@if test "$(BUILD_BDB2)" = "yes" ; then \
|
||||
|
Loading…
Reference in New Issue
Block a user