wok-stable diff wput/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 7aef52db895d
children 1c5686cd4004
line diff
     1.1 --- a/wput/receipt	Fri Nov 04 12:36:01 2011 +0100
     1.2 +++ b/wput/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  	sed -i "s|^prefix *=.*|prefix = $DESTDIR/usr|" Makefile.in
     1.5  	./configure --prefix=/usr \
     1.6  		--disable-g-switch \
     1.7 -		--without-ssl &&
     1.8 +		--without-ssl $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11  }