summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commita8573ca2c4293f0e72015764b99db3f857c6dbe9 (patch)
tree6ef3f6a3696287d1023bf327c390f98d45cd88dc
parentdab74f281a7d4f903f3dae312abd790a9ac46f6b (diff)
Add zlib dependencies.
-rw-r--r--binutils.pkg.in/control2
-rw-r--r--control2
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
diff --git a/control b/control
index aeff4f4..2da8d5a 100644
--- a/control
+++ b/control
@@ -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/