[Libreoffice-commits] .: openldap/makefile.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Oct 14 23:39:34 PDT 2012


 openldap/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3425c514bc6bb1bb0eda060606120c3e063f99ab
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Oct 15 09:37:14 2012 +0300

    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

diff --git a/openldap/makefile.mk b/openldap/makefile.mk
index d152294..44b710e 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"


More information about the Libreoffice-commits mailing list