mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
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.
This commit is contained in:
parent
ed75be1b3c
commit
f3c09a4f2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue