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.
This commit is contained in:
joerg 2010-03-26 17:04:45 +00:00
parent 2902ea877d
commit 48ba2fe9fb

View file

@ -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"