wok-next diff bzip2/receipt @ rev 18101
Up lighttpd (1.4.35)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 01 10:08:34 2015 +0200 (2015-06-01) |
parents | c5285953bed2 |
children | 6fab3264ba87 |
line diff
1.1 --- a/bzip2/receipt Sat Nov 09 21:39:14 2013 +0000 1.2 +++ b/bzip2/receipt Mon Jun 01 10:08:34 2015 +0200 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 *)