wok diff aterm/receipt @ rev 19089

cross/arm: fix build for aterm flex lame ppp
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 30 20:15:47 2016 +0200 (2016-04-30)
parents 5d53e8ccbc8d
children 7f39549720b8
line diff
     1.1 --- a/aterm/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/aterm/receipt	Sat Apr 30 20:15:47 2016 +0200
     1.3 @@ -18,6 +18,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	case "$ARCH" in
     1.8 +	arm*)
     1.9 +		export PATH=/cross/arm/tools/arm-slitaz-linux-gnueabi/bin:$PATH
    1.10 +	esac
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12  	make && make install
    1.13  }