# HG changeset patch # User Christopher Rogers # Date 1306223679 0 # Node ID d5a3f5d2ac0ecd45d292441c7e8ba2cbc70ae039 # Parent 88ec8ecd6b1f476355088600a10205948c647263 db: Added cook_tmp_toolchain function to fix tazwok cook-toolchain. diff -r 88ec8ecd6b1f -r d5a3f5d2ac0e db/receipt --- a/db/receipt Tue May 24 07:52:52 2011 +0000 +++ b/db/receipt Tue May 24 07:54:39 2011 +0000 @@ -13,6 +13,13 @@ DEPENDS="glibc-base libdb" BUILD_DEPENDS="gcc" +# Rules to compile & install the temporary toolchain. +cook_tmp_toolchain() +{ + cd $src/build_unix + ../dist/configure --enable-compat185 && + make && make install +} # Rules to configure and make the package. compile_rules()