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

Delete $(SLAPD_MODULES) - we never implicitly link a dynamic module,

so this feature is unnecessary. Also it was breaking Unix dynamic builds.
parent a348f46e
No related branches found
No related tags found
No related merge requests found
......@@ -39,12 +39,11 @@ LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
SLAP_DIR=
SLAPD_MODULES=@SLAPD_MODULES_LIST@
SLAPD_STATIC_BACKENDS=@SLAPD_STATIC_BACKENDS@
SLAPD_DYNAMIC_BACKENDS=@SLAPD_DYNAMIC_BACKENDS@
XDEFS = $(MODULES_CPPFLAGS)
XLDFLAGS = $(MODULES_LDFLAGS) $(SLAPD_MODULES)
XLDFLAGS = $(MODULES_LDFLAGS)
XLIBS = libbackends.a $(SLAPD_L)
XXLIBS = $(LDBM_LIBS) $(SLAPD_LIBS) $(SECURITY_LIBS) $(LDIF_LIBS) $(LUTIL_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