wok diff lingot/receipt @ rev 11573

Fix build/host configure option in recipes which was not detecting the right ones well + tiny fixes.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 02 23:06:18 2012 +0100 (2012-01-02)
parents dee67a55bbdb
children af9a1b47948c
line diff
     1.1 --- a/lingot/receipt	Fri Mar 18 16:23:10 2011 +0100
     1.2 +++ b/lingot/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.3 @@ -17,7 +17,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure \
     1.7 -		--disable-jack && 
     1.8 +		--disable-jack $CONFIGURE_ARGS &&
     1.9  	make && make install
    1.10  }
    1.11