wok-6.x diff libsdl-image/receipt @ rev 12731

Up: tazlito (5.0) Handle new boot language menu, up doc, use libtaz.sh and more
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 05 19:17:33 2012 +0200 (2012-05-05)
parents 735e7c699d90
children 6eff489aa802
line diff
     1.1 --- a/libsdl-image/receipt	Tue May 17 10:59:52 2011 +0200
     1.2 +++ b/libsdl-image/receipt	Sat May 05 19:17:33 2012 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure \
     1.8 +	./configure $CONFIGURE_ARGS \
     1.9  		LIBS=" -lz " &&
    1.10  	make && make install
    1.11  }