wok diff libao/receipt @ rev 12862

Up: hostapd to 1.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 24 21:09:25 2012 +0000 (2012-05-24)
parents 37cd2a99997f
children 54ce68091a85
line diff
     1.1 --- a/libao/receipt	Sat Apr 18 17:59:32 2009 +0000
     1.2 +++ b/libao/receipt	Thu May 24 21:09:25 2012 +0000
     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