diff options
author | joerg <joerg@pkgsrc.org> | 2010-03-26 17:04:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-03-26 17:04:45 +0000 |
commit | 5bac9c20fd8498b63b417574a1514b2ed1c150a0 (patch) | |
tree | 5ad4d17b629f8aa692f556db01659770619f1f1e /pkgtools | |
parent | 58a25f703027e3aeea9e281cc99ef9de5a8e7e6a (diff) | |
download | pkgsrc-5bac9c20fd8498b63b417574a1514b2ed1c150a0.tar.gz |
Require zlib 1.2 for now, as zlib 1.1 doesn't like gzip headers and
would fail in the decompression code for pkg-vulnerabilities.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 0f95c0ff22a..f854d2bb1ad 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.175 2010/03/17 08:19:38 obache Exp $ +# $NetBSD: Makefile,v 1.176 2010/03/26 17:04:45 joerg Exp $ # Notes to package maintainers: # @@ -86,6 +86,8 @@ VERSION!= ${AWK} '/PKGTOOLS_VERSION/ {print $$3}' \ # linkresolver interface appeared in libarchive 2.5 and extract # requires version 2.5.4b to handle hardlinks correctly. BUILDLINK_API_DEPENDS.libarchive+= libarchive>=2.5.4b +# Depends on gzip handling of zlib +BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2 .include "../../archivers/bzip2/builtin.mk" .include "../../archivers/libarchive/builtin.mk" |