diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-27 13:45:58 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-27 13:45:58 (EDT) |
commit | a8573ca2c4293f0e72015764b99db3f857c6dbe9 (patch) | |
tree | 6ef3f6a3696287d1023bf327c390f98d45cd88dc | |
parent | dab74f281a7d4f903f3dae312abd790a9ac46f6b (diff) |
Add zlib dependencies.
-rw-r--r-- | binutils.pkg.in/control | 2 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/binutils.pkg.in/control b/binutils.pkg.in/control index 8a28865..e5a9d64 100644 --- a/binutils.pkg.in/control +++ b/binutils.pkg.in/control @@ -1,6 +1,6 @@ Architecture: i686-any-any core-any-any k8-any-any @PKG_TARGET_ARCH@ Platform: all -Depends: binutils-common (= ${Binary-Version}) +Depends: binutils-common (= ${Binary-Version}), libz.1 Description: GNU binary utilities for @PKG_TARGET_ARCH@ This package provides the GNU assembler, linker, and various other utilities for manipulating binary files. These utilities are commonly used with a @@ -1,3 +1,3 @@ Maintainer: "P. J. McDermott" <pjm@nac.net> -Build-Depends: libz-dev, opkhelper-3.0, gettext +Build-Depends: libz.1-dev, opkhelper-3.0, gettext Homepage: https://www.gnu.org/software/binutils/ |