wok diff lzo/receipt @ rev 17472

tazpkg-desc-ru: undo unwanted change.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 27 17:44:46 2014 +0200 (2014-12-27)
parents 2a5cc8208d36
children 2c07945763bf
line diff
     1.1 --- a/lzo/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.2 +++ b/lzo/receipt	Sat Dec 27 17:44:46 2014 +0200
     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