mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
fix libraries order to build with --enable-dynamic (more about ITS#6517)
This commit is contained in:
parent
33c328c216
commit
de94fbbd26
1 changed files with 3 additions and 2 deletions
|
|
@ -28,8 +28,9 @@ LDAP_LIBDIR= ../../libraries
|
|||
|
||||
LIBRARY = librewrite.a
|
||||
PROGRAMS = rewrite
|
||||
XLIBS = $(LIBRARY) $(LDAP_LIBLUTIL_A) \
|
||||
$(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
|
||||
XLIBS = $(LIBRARY) \
|
||||
$(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) \
|
||||
$(LDAP_LIBLUTIL_A)
|
||||
XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
|
||||
XXXLIBS = $(LTHREAD_LIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue