diff src/build-flex.mk @ 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 b23584d79172
children
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'