wok diff opensp/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 315e0bf472ea
children 23c3aed67cd9
line diff
     1.1 --- a/opensp/receipt	Mon Feb 07 16:40:04 2011 +0100
     1.2 +++ b/opensp/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.3 @@ -16,7 +16,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr --disable-doc-build --disable-dtddecl
     1.8 +	./configure --prefix=/usr --disable-doc-build --disable-dtddecl \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$PWD/_pkg install
    1.12  }