wok diff tcc/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents 940b5937e496
children d561d922d015
line diff
     1.1 --- a/tcc/receipt	Wed Mar 02 11:06:20 2011 +0100
     1.2 +++ b/tcc/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -21,6 +21,8 @@
     1.4  		touch done.Makefile.u
     1.5  	fi
     1.6  	sed -i 's/cp -u/cp/' tests/Makefile
     1.7 +	sed -i 's, tcctest.gcc .*, tcctest.gcc $< -I. -w $(shell echo $(CFLAGS) | sed "/-O2//"),' \
     1.8 +		tests/Makefile
     1.9  	./configure --prefix=/usr --enable-cross $CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make test &&