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
This commit is contained in:
parent
d475a059fc
commit
3425c514bc
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user