From f3c09a4f2dc194d019b7a62b06ca3fe92fa174c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julio=20S=C3=A1nchez=20Fern=C3=A1ndez?= Date: Thu, 23 Sep 1999 10:28:33 +0000 Subject: [PATCH] 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. --- build/top.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- 2.39.5