wok diff bzip2/receipt @ rev 18639

Up xvkbd (3.7)
author Paul Issott <paul@slitaz.org>
date Sun Nov 29 15:58:15 2015 +0000 (2015-11-29)
parents c5285953bed2
children 6fab3264ba87
line diff
     1.1 --- a/bzip2/receipt	Sat Nov 09 21:39:14 2013 +0000
     1.2 +++ b/bzip2/receipt	Sun Nov 29 15:58:15 2015 +0000
     1.3 @@ -18,13 +18,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	# Disable the tests since they won't work on a multi-architecture build
     1.9  	cp Makefile Makefile.orig
    1.10  	sed -e "/^all:/s/ test//" Makefile.orig > Makefile
    1.11 +	
    1.12  	# No configure script, we must used CC, AR and RANLIB set by cook.
    1.13  	case "$ARCH" in
    1.14 -		arm)
    1.15 +		arm*)
    1.16  			make -f Makefile-libbz2_so CC=${CC} AR=${AR} RANLIB=${RANLIB} &&
    1.17  			make clean && make CC=${CC} AR=${AR} RANLIB=${RANLIB} ;;
    1.18  		*)