mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-26 00:32:54 -05:00
Remove bogus use of PERL_LDFLAGS, it's correctly inserted in SLAPD_LIBS
by top.mk
This commit is contained in:
parent
7a586d4e49
commit
3af3014763
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ XLDFLAGS = $(MODULES_LDFLAGS) $(SLAPD_MODULES)
|
|||
|
||||
XLIBS = -lavl -lldif -lldbm -llutil -lldap_r -llber
|
||||
XXLIBS = $(LDAPD_LIBS) $(SLAPD_LIBS) \
|
||||
$(PERL_LDFLAGS) $(LDBM_LIBS) $(SECURITY_LIBS) \
|
||||
$(LDBM_LIBS) $(SECURITY_LIBS) \
|
||||
$(LDIF_LIBS) $(LUTIL_LIBS)
|
||||
XXXLIBS = $(LTHREAD_LIBS) $(MODULES_LIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue