wok diff make/receipt @ rev 12257

Syslinux: back to a cooking string
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 17:39:05 2012 +0200 (2012-04-10)
parents 8f67d8f93990
children ebdf263e57ce
line diff
     1.1 --- a/make/receipt	Fri May 20 09:22:54 2011 +0200
     1.2 +++ b/make/receipt	Tue Apr 10 17:39:05 2012 +0200
     1.3 @@ -12,6 +12,17 @@
     1.4  DEPENDS="glibc-base"
     1.5  BUILD_DEPENDS="gcc"
     1.6  
     1.7 +# Rules to compile & install the temporary toolchain.
     1.8 +cook_tmp_toolchain()
     1.9 +{
    1.10 +	cd $src
    1.11 +	# http://savannah.gnu.org/bugs/?30612
    1.12 +	patch -Np1 -i $stuff/bug30612.patch
    1.13 +	# http://savannah.gnu.org/bugs/?30723
    1.14 +	patch -Np1 -i $stuff/bug30723.patch
    1.15 +	./configure && make && make install
    1.16 +}
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {