summaryrefslogtreecommitdiff
path: root/archivers/libarchive/Makefile.common
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2020-07-03 19:57:23 +0000
committerhauke <hauke@pkgsrc.org>2020-07-03 19:57:23 +0000
commit8ed9c8d3f8296f8b15b1c9090ccc32955c336e9b (patch)
treebcaefcf6b39a31af8c24d778e6e99a7e3300804a /archivers/libarchive/Makefile.common
parent3055b2472b7a98da57e4075f4f76b85c771e24d1 (diff)
downloadpkgsrc-8ed9c8d3f8296f8b15b1c9090ccc32955c336e9b.tar.gz
Disable lz4, unbreaking bsdtar build on OmniOS.
Diffstat (limited to 'archivers/libarchive/Makefile.common')
-rw-r--r--archivers/libarchive/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/libarchive/Makefile.common b/archivers/libarchive/Makefile.common
index b4ebef1ec0b..ed32ff6674b 100644
--- a/archivers/libarchive/Makefile.common
+++ b/archivers/libarchive/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2020/05/26 09:16:39 nia Exp $
+# $NetBSD: Makefile.common,v 1.13 2020/07/03 19:57:23 hauke Exp $
# used by archivers/bsdtar/Makefile
# used by archivers/libarchive/Makefile
@@ -15,6 +15,7 @@ TEST_TARGET= check
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-expat
CONFIGURE_ARGS+= --without-libb2
+CONFIGURE_ARGS+= --without-lz4
CONFIGURE_ARGS+= --without-lzo2
CONFIGURE_ARGS+= --without-mbedtls
CONFIGURE_ARGS+= --without-nettle