From 3425c514bc6bb1bb0eda060606120c3e063f99ab Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 15 Oct 2012 09:37:14 +0300 Subject: Don't be paranoid, surely all our platforms have a working memcmp() The openldap configury thinks it's safest to assume memcmp() isn't working if it can't run a test program when cross-compiling. Meh. Change-Id: I4cd580f91b83de558f841d4dba781e8551aace34 --- openldap/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3