diff options
-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/ |