wok-6.x diff lzo/receipt @ rev 17054
slim: no any changes after patch edit, use "sed slim.conf"
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Aug 21 00:37:34 2014 +0200 (2014-08-21) |
parents | 2a5cc8208d36 |
children | 2c07945763bf |
line diff
1.1 --- a/lzo/receipt Sun Oct 20 22:08:25 2013 +0000 1.2 +++ b/lzo/receipt Thu Aug 21 00:37:34 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