wok-next diff make/receipt @ rev 11585
gecko-mediaplayer: hack compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 08 17:32:11 2012 +0100 (2012-01-08) |
parents | 8f67d8f93990 |
children | ebdf263e57ce |
line diff
1.1 --- a/make/receipt Fri May 20 09:22:54 2011 +0200 1.2 +++ b/make/receipt Sun Jan 08 17:32:11 2012 +0100 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 {