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 d1522942399d..44b710e3fcaa 100644
--- a/openldap/makefile.mk
+++ b/openldap/makefile.mk
@@ -39,7 +39,7 @@ CONFIGURE_ACTION=.$/configure
CONFIGURE_FLAGS=--disable-slapd --with-pic --with-tls=moznss --without-cyrus-sasl --disable-shared --enable-static
.IF "$(CROSS_COMPILING)"=="YES"
-CONFIGURE_FLAGS+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-yielding_select=yes
+CONFIGURE_FLAGS+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-yielding_select=yes ac_cv_func_memcmp_working=yes
.ENDIF
.IF "$(SYSTEM_NSS)" == "YES"