From: Julio Sánchez Fernández Date: Thu, 23 Sep 1999 10:28:33 +0000 (+0000) Subject: The loading step in slapd build was failing because of a weird X-Git-Tag: UCDATA_2_4~392 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f3c09a4f2dc194d019b7a62b06ca3fe92fa174c5;p=openldap The loading step in slapd build was failing because of a weird @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. --- diff --git a/build/top.mk b/build/top.mk index c146c7ee25..bbd6b32051 100644 --- a/build/top.mk +++ b/build/top.mk @@ -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@