mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Fix libltdl link dependency causing link error on Linux
This commit is contained in:
parent
6a5f29b60a
commit
8e8228f0b0
2 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ XLDFLAGS = $(MODULES_LDFLAGS)
|
|||
|
||||
XLIBS = $(SLAPD_STATIC_DEPENDS) $(SLAPD_L)
|
||||
XXLIBS = $(LDBM_LIBS) $(SLAPD_LIBS) $(SECURITY_LIBS) $(LDIF_LIBS) $(LUTIL_LIBS)
|
||||
XXXLIBS = $(LTHREAD_LIBS) $(MODULES_LIBS) $(SLAPI_LIBS) @LIBSLAPI@
|
||||
XXXLIBS = $(LTHREAD_LIBS) $(SLAPI_LIBS) @LIBSLAPI@ $(MODULES_LIBS)
|
||||
|
||||
BUILD_OPT = "--enable-slapd"
|
||||
BUILD_SRV = @BUILD_SLAPD@
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ XLIBS = $(SLAPD_L) $(LDBM_LIBS)
|
|||
XXLIBS = $(SLAPD_LIBS) \
|
||||
$(LDBM_LIBS) $(SECURITY_LIBS) \
|
||||
$(LDIF_LIBS) $(LUTIL_LIBS)
|
||||
XXXLIBS = $(MODULES_LIBS) $(LTHREAD_LIBS) \
|
||||
$(SLAPI_LIBS) @LIBSLAPITOOLS@
|
||||
XXXLIBS = $(LTHREAD_LIBS) $(SLAPI_LIBS) \
|
||||
@LIBSLAPITOOLS@ $(MODULES_LIBS)
|
||||
|
||||
STATIC_DEPENDS=@SLAPD_NO_STATIC@ ../libbackends.a
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue