changeset 4635:70d1bdf81ce8

build-flex.mk: Avoid reallocarray for all builds.
author John W. Eaton <jwe@octave.org>
date Fri, 23 Mar 2018 11:50:29 -0400
parents cf208c67ddfa
children b1f044de9b1c
files src/build-flex.mk
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-flex.mk	Fri Mar 23 10:11:08 2018 -0400
+++ b/src/build-flex.mk	Fri Mar 23 11:50:29 2018 -0400
@@ -16,9 +16,7 @@
     tail -1
 endef
 
-ifeq ($(MXE_NATIVE_BUILD),no)
-  $(PKG)_CONFIGURE_OPTIONS := ac_cv_func_reallocarray=no
-endif
+$(PKG)_CONFIGURE_OPTIONS := ac_cv_func_reallocarray=no
 
 define $(PKG)_BUILD
     mkdir '$(1).build'