wok diff flex/receipt @ rev 19088

cross/arm: fix build for ell busybox flex ninvaders
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 30 18:20:33 2016 +0200 (2016-04-30)
parents 0077ff4547da
children 0c85455b2f3b
line diff
     1.1 --- a/flex/receipt	Sat Feb 14 22:45:48 2015 +0000
     1.2 +++ b/flex/receipt	Sat Apr 30 18:20:33 2016 +0200
     1.3 @@ -17,7 +17,11 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	case "$ARCH" in
     1.9 +		arm*)
    1.10 +			export ac_cv_func_malloc_0_nonnull=yes
    1.11 +			export ac_cv_func_remalloc_0_nonnull=yes
    1.12 +	esac
    1.13  	./configure $CONFIGURE_ARGS &&
    1.14  	make && make install
    1.15  }