]> git.sur5r.net Git - openldap/commitdiff
The loading step in slapd build was failing because of a weird
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Thu, 23 Sep 1999 10:28:33 +0000 (10:28 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Thu, 23 Sep 1999 10:28:33 +0000 (10:28 +0000)
@SLAPD tag.  Removing it fixes the problem for me, but this should
be reviewed by someone who knows which @SLAPD_...@ tag was meant to
be there, if any.

build/top.mk

index c146c7ee25359471c2fc5fd2ad4eb28278218569..bbd6b32051f4c8785c3c091f07e1b6b9dea2cc6e 100644 (file)
@@ -129,7 +129,7 @@ SECURITY_LIBS = @SASL_LIBS@ @KRB_LIBS@ @TLS_LIBS@
 
 MODULES_CPPFLAGS = @SLAPD_MODULES_CPPFLAGS@
 MODULES_LDFLAGS = @SLAPD_MODULES_LDFLAGS@
-MODULES_LIBS = @MODULES_LIBS@ @SLAPD
+MODULES_LIBS = @MODULES_LIBS@
 TERMCAP_LIBS = @TERMCAP_LIBS@
 SLAPD_PERL_LDFLAGS = @SLAPD_PERL_LDFLAGS@