# HG changeset patch # User Christopher Rogers # Date 1306351591 0 # Node ID 4773dc63b2eb38fb80298c8f6a30d3ca79c7e4f9 # Parent 5210042ca605e8e1d61e8b4f361174d7c9d9175b gmp: Only install binutils when not installed and using cook. Don't added to bdeps since it will break tazwok cookorder. diff -r 5210042ca605 -r 4773dc63b2eb gmp/receipt --- a/gmp/receipt Thu May 26 00:00:31 2011 +0200 +++ b/gmp/receipt Wed May 25 19:26:31 2011 +0000 @@ -5,16 +5,20 @@ CATEGORY="development" SHORT_DESC="GNU Multiple Precision Arithmetic Library." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" -BUILD_DEPENDS="binutils" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gmplib.org/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="glibc-base" +#BUILD_DEPENDS="binutils" + # Rules to configure and make the package. compile_rules() { cd $src + if [ -x /usr/bin/cook ]; then + [ -d "/var/lib/tazpkg/binutils" ] || tazpkg get-install binutils + fi # gmp try to cook for 64bits system if kernel can support when using # tmp toolchain. Not only and this export does nothing !!! export ABI=32