# HG changeset patch # User Antoine Bodin # Date 1323487937 -3600 # Node ID 374c76bed660f104d25bde6f8cdd3817e3f907d7 # Parent 18c26403f57c3b2d35c75148af4c81c429fdac39 Compat: add binutils as a gmp BUILD_DEPENDS to ensure proper cookorder in tazwok diff -r 18c26403f57c -r 374c76bed660 gmp/receipt --- a/gmp/receipt Sat Dec 10 04:31:37 2011 +0100 +++ b/gmp/receipt Sat Dec 10 04:32:17 2011 +0100 @@ -10,7 +10,7 @@ WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" DEPENDS="glibc-base" -#BUILD_DEPENDS="binutils" +BUILD_DEPENDS="binutils" # Rules to configure and make the package. compile_rules()