diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-11 10:33:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-11 10:33:56 +0000 |
commit | 02b6dcbaa899c2966910e9dcb85f581d22235792 (patch) | |
tree | 1f0af346d30ab261e9e1fb5279b03b7fa91ddf42 /core/binutils | |
parent | c9abfb39bd2a203eaa6c12b935f2b355603da2b1 (diff) | |
download | aports-02b6dcbaa899c2966910e9dcb85f581d22235792.tar.bz2 aports-02b6dcbaa899c2966910e9dcb85f581d22235792.tar.xz |
core/binutils: seems like zlib gets linked. add it to depends and makedepends
Diffstat (limited to 'core/binutils')
-rw-r--r-- | core/binutils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/binutils/APKBUILD b/core/binutils/APKBUILD index 8c9c6663..b3138f07 100644 --- a/core/binutils/APKBUILD +++ b/core/binutils/APKBUILD @@ -3,8 +3,8 @@ pkgver=2.19.50.0.1 pkgdesc="Tools necessary to build programs" url=http://sources.redhat.com/binutils source=ftp://ftp.kernel.org/pub/linux/devel/binutils/$pkgname-$pkgver.tar.bz2 -depends=uclibc -makedepends="bison flex texinfo" +depends="uclibc zlib" +makedepends="bison flex texinfo zlib-dev" license=GPL subpackages="$pkgname-doc" |