# HG changeset patch # User Christophe Lincoln # Date 1306235296 -7200 # Node ID d1ad1340c827406b43c77f8b2ce9aae1c4b87646 # Parent 871621a595444b25a029f7d22f931bf511e2624a zlib: Tazwok must work differentyl all pkgs dep on glibc! diff -r 871621a59544 -r d1ad1340c827 zlib/receipt --- a/zlib/receipt Tue May 24 13:07:06 2011 +0200 +++ b/zlib/receipt Tue May 24 13:08:16 2011 +0200 @@ -9,17 +9,6 @@ WEB_SITE="http://zlib.net/" WGET_URL="$WEB_SITE/$TARBALL" -DEPENDS="glibc-base" -BUILD_DEPENDS="gcc" - -# Rules to compile & install the temporary toolchain by Tazwok. -cook_tmp_toolchain() -{ - cd $src - ./configure --prefix=/tools && - make && make install -} - # Rules to configure and make the package. compile_rules() { @@ -35,3 +24,10 @@ cp -a $_pkg/usr/lib/libz.so* $fs/usr/lib } +# Rules to compile & install the temporary toolchain by Tazwok. +cook_tmp_toolchain() +{ + cd $src + ./configure --prefix=/tools && + make && make install +}