summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-04-10 08:24:03 +0000
committeradam <adam@pkgsrc.org>2019-04-10 08:24:03 +0000
commit4babac4fa78ad74ed3fe3827ed3efae50e22b6fe (patch)
tree79c11cd39420f67b0c183198709bf4d38630c99d /pkgtools/pkg_install
parentfedf0a9999799824fd70cc01cfa1ce305cf3a544 (diff)
downloadpkgsrc-4babac4fa78ad74ed3fe3827ed3efae50e22b6fe.tar.gz
libarchive: updated to 3.3.3
libarchive 3.3.3: Avoid super-linear slowdown on malformed mtree files Many fixes for building with Visual Studio NO_OVERWRITE doesn't change existing directory attributes New support for Zstandard read and write filters
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index b20bc07bbd3..2d52e286da9 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.224 2018/03/27 22:29:38 sevan Exp $
+# $NetBSD: Makefile,v 1.225 2019/04/10 08:24:03 adam Exp $
# Notes to package maintainers:
#
@@ -202,7 +202,7 @@ pre-configure:
--disable-dependency-tracking --without-expat \
--disable-maintainer-mode \
--without-iconv --without-lzo2 --without-nettle \
- --without-xml2 --without-lz4 \
+ --without-xml2 --without-lz4 --without-zstd \
${LIBARCHIVE_CONFIGURE_ARGS}
cd ${WRKDIR}/libarchive && ${BUILD_MAKE_CMD}
.endif