wok-stable diff gmp/receipt @ rev 11384

Compat: add binutils as a gmp BUILD_DEPENDS to ensure proper cookorder in tazwok
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:32:17 2011 +0100 (2011-12-10)
parents 4773dc63b2eb
children
line diff
     1.1 --- a/gmp/receipt	Wed May 25 19:26:31 2011 +0000
     1.2 +++ b/gmp/receipt	Sat Dec 10 04:32:17 2011 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="glibc-base"
     1.7 -#BUILD_DEPENDS="binutils"
     1.8 +BUILD_DEPENDS="binutils"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()