wok diff libao/receipt @ rev 11714

R: Fix missing dep (Thanks moulefrite)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 19 22:08:06 2012 +0100 (2012-02-19)
parents 37cd2a99997f
children 54ce68091a85
line diff
     1.1 --- a/libao/receipt	Sat Apr 18 17:59:32 2009 +0000
     1.2 +++ b/libao/receipt	Sun Feb 19 22:08:06 2012 +0100
     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