wok diff gtkperf/receipt @ rev 11816

Down: libpng to 1.2.47. This is a Security Fix. Don't update to 1.5.9 until after slitaz 4.0 release. Too much stuff will have to patch.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 13:50:44 2012 -0500 (2012-02-25)
parents 4e196db993fd
children e10edbeeabb4
line diff
     1.1 --- a/gtkperf/receipt	Thu Mar 03 17:27:09 2011 +0000
     1.2 +++ b/gtkperf/receipt	Sat Feb 25 13:50:44 2012 -0500
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure &&
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11  }