wok-6.x diff edje/receipt @ rev 10429

gnu-efi: fix build (use cook ot tazwok)
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 24 23:16:46 2011 +0200 (2011-05-24)
parents e2a1bd72d93d
children 03b99851e086
line diff
     1.1 --- a/edje/receipt	Tue May 17 13:45:42 2011 +0200
     1.2 +++ b/edje/receipt	Tue May 24 23:16:46 2011 +0200
     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