wok diff db/receipt @ rev 11398
Compat: squirrelmail trigger cook of squirrelmail-* only when using cookutils - I don't think this piece of code is needed at all as squirrel-* will be cooked anyway if one update them
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 13:19:00 2011 +0100 (2011-12-10) |
parents | 39483837ccd2 |
children | 65940fb0441b |
line diff
1.1 --- a/db/receipt Sat May 21 18:52:33 2011 +0000 1.2 +++ b/db/receipt Sat Dec 10 13:19:00 2011 +0100 1.3 @@ -13,6 +13,13 @@ 1.4 DEPENDS="glibc-base libdb" 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/build_unix 1.11 + ../dist/configure --enable-compat185 && 1.12 + make && make install 1.13 +} 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules()