wok rev 10485

binutils: Fixed bdeps.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 06:51:14 2011 +0000 (2011-05-25)
parents 112f8b86d59d
children 9a783066b30f
files binutils/receipt
line diff
     1.1 --- a/binutils/receipt	Wed May 25 12:52:15 2011 +0200
     1.2 +++ b/binutils/receipt	Wed May 25 06:51:14 2011 +0000
     1.3 @@ -6,13 +6,14 @@
     1.4  SHORT_DESC="GNU assembler, linker and binary utilities."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -DEPENDS="glibc zlib"
     1.8 -BUILD_DEPENDS="glibc zlib"
     1.9  WEB_SITE="http://www.gnu.org/software/binutils/"
    1.10  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.11  PROVIDE="libbfd"
    1.12  TAGS="assembler linker"
    1.13  
    1.14 +DEPENDS="glibc zlib"
    1.15 +BUILD_DEPENDS="glibc-dev zlib-dev"
    1.16 +
    1.17  # Rules to compile & install the temporary toolchain.
    1.18  precook_tmp_toolchain()
    1.19  {