wok rev 10358

sox: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 16:59:09 2011 +0000 (2011-05-22)
parents fdc03c237282
children 62ac62e4ddf6
files sox/receipt
line diff
     1.1 --- a/sox/receipt	Sun May 22 16:57:27 2011 +0000
     1.2 +++ b/sox/receipt	Sun May 22 16:59:09 2011 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr &&
     1.8 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11  }