wok-6.x diff libao/receipt @ rev 12749
ziproxy: update mod
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 09 23:20:27 2012 +0200 (2012-05-09) |
parents | 37cd2a99997f |
children | 54ce68091a85 |
line diff
1.1 --- a/libao/receipt Sat Apr 18 17:59:32 2009 +0000 1.2 +++ b/libao/receipt Wed May 09 23:20:27 2012 +0200 1.3 @@ -15,8 +15,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --enable-alsa09 --disable-arts 1.8 - make 1.9 + ./configure --prefix=/usr --enable-alsa09 --disable-arts \ 1.10 + $CONFIGURE_ARGS && 1.11 + make && 1.12 make DESTDIR=$PWD/_pkg install 1.13 } 1.14