summaryrefslogtreecommitdiff
path: root/openldap
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-07-16 17:21:57 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-07-16 17:22:49 +0200
commitaad94ec02c625a1cb15d8e8ebb71f2213520a6d2 (patch)
treebccfb80edd523a6158c09c03608dedf4e82a16f4 /openldap
parent336c956262340db1e6be932462fbd412ca668954 (diff)
Fixing build with internal openldap
Change-Id: I365c5252a48b6ba4e8409534c75d34c4d07b2475
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