wok diff lzo/receipt @ rev 17409

Up tazlito (5.2.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 28 21:49:51 2014 +0100 (2014-11-28)
parents 2a5cc8208d36
children 2c07945763bf
line diff
     1.1 --- a/lzo/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.2 +++ b/lzo/receipt	Fri Nov 28 21:49:51 2014 +0100
     1.3 @@ -9,13 +9,14 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/"
     1.6  WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13  	./configure \
    1.14 -	--enable-shared $CONFIGURE_ARGS &&
    1.15 +		--enable-shared \
    1.16 +		$CONFIGURE_ARGS &&
    1.17  	make &&	make install
    1.18  }
    1.19