summaryrefslogtreecommitdiff
path: root/openldap
diff options
context:
space:
mode:
Diffstat (limited to 'openldap')
-rw-r--r--openldap/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openldap/makefile.mk b/openldap/makefile.mk
index da58c5516814..88ffabe8211c 100644
--- a/openldap/makefile.mk
+++ b/openldap/makefile.mk
@@ -36,7 +36,7 @@ PATCH_FILES=\
CONFIGURE_DIR=
CONFIGURE_ACTION=.$/configure
-CONFIGURE_FLAGS=--disable-slapd --with-pic --with-tls=moznss --disable-shared --enable-static
+CONFIGURE_FLAGS=--disable-slapd --with-pic --with-tls=moznss --without-cyrus-sasl --disable-shared --enable-static
.IF "$(SYSTEM_NSS)" == "YES"
CONFIGURE_FLAGS+=CPPFLAGS="$(NSS_CFLAGS)" CFLAGS="$(NSS_CFLAGS)" LDFLAGS="$(NSS_LIBS)"
.ELSE