mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Revert "fix libraries order to build with --enable-dynamic (ITS#6517)"
This reverts commit f8d944cba3
. Not needed
anymore, since libldif was merged into libldap. Additionally the commit
broke linking with "--as-needed".
This commit is contained in:
parent
1e62263697
commit
60c0f61579
@ -170,12 +170,10 @@ LDAP_LIBREWRITE_A = $(LDAP_LIBDIR)/librewrite/librewrite.a
|
||||
LDAP_LIBLUNICODE_A = $(LDAP_LIBDIR)/liblunicode/liblunicode.a
|
||||
LDAP_LIBLUTIL_A = $(LDAP_LIBDIR)/liblutil/liblutil.a
|
||||
|
||||
LDAP_L = \
|
||||
$(LDAP_LIBLDAP_LA) $(LDAP_LIBLBER_LA) \
|
||||
$(LDAP_LIBLUTIL_A)
|
||||
LDAP_L = $(LDAP_LIBLUTIL_A) \
|
||||
$(LDAP_LIBLDAP_LA) $(LDAP_LIBLBER_LA)
|
||||
SLAPD_L = $(LDAP_LIBLUNICODE_A) $(LDAP_LIBREWRITE_A) \
|
||||
$(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) \
|
||||
$(LDAP_LIBLUTIL_A)
|
||||
$(LDAP_LIBLUTIL_A) $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
|
||||
|
||||
WRAP_LIBS = @WRAP_LIBS@
|
||||
# AutoConfig generated
|
||||
|
Loading…
Reference in New Issue
Block a user