wok-next 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 | 18c26403f57c |
children | eb512922693f |
files | gmp/receipt |
line diff
1.1 --- a/gmp/receipt Sat Dec 10 04:31:37 2011 +0100 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()