wok diff lzo/receipt @ rev 17583
Add: libsecret 0.18
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Feb 08 19:36:25 2015 +0000 (2015-02-08) |
parents | 2a5cc8208d36 |
children | 2c07945763bf |
line diff
1.1 --- a/lzo/receipt Sun Oct 20 22:08:25 2013 +0000 1.2 +++ b/lzo/receipt Sun Feb 08 19:36:25 2015 +0000 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