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:
parent
2902ea877d
commit
48ba2fe9fb
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue