wok-next diff eet/receipt @ rev 10321

enlightenment-pam: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 00:06:20 2011 +0000 (2011-05-22)
parents e1bff384cd9d
children aabdfa2e16e0
line diff
     1.1 --- a/eet/receipt	Thu May 12 15:33:34 2011 +0200
     1.2 +++ b/eet/receipt	Sun May 22 00:06:20 2011 +0000
     1.3 @@ -16,7 +16,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --enable-amalgamation && \
     1.8 +	./configure --enable-amalgamation \
     1.9 +		$CONFIGURE_ARGS && \
    1.10  	make && make install
    1.11  }
    1.12