mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#9226 Fix link order for rewrite program on MinGW
This commit is contained in:
parent
bcb0af6262
commit
db404baf15
@ -28,9 +28,8 @@ LDAP_LIBDIR= ../../libraries
|
||||
|
||||
LIBRARY = librewrite.a
|
||||
PROGRAMS = rewrite
|
||||
XLIBS = $(LIBRARY) \
|
||||
$(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) \
|
||||
$(LDAP_LIBLUTIL_A)
|
||||
XLIBS = $(LIBRARY) $(LDAP_LIBLUTIL_A) \
|
||||
$(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
|
||||
XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
|
||||
XXXLIBS = $(LTHREAD_LIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user