Skip to content
Snippets Groups Projects
Commit 3af30147 authored by Howard Chu's avatar Howard Chu
Browse files

Remove bogus use of PERL_LDFLAGS, it's correctly inserted in SLAPD_LIBS

by top.mk
parent 7a586d4e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment