Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/libarchive Disable lz4, unbreaking bsdtar bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9a76a5f1eaa
branches:  trunk
changeset: 435283:f9a76a5f1eaa
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Fri Jul 03 19:57:23 2020 +0000

description:
Disable lz4, unbreaking bsdtar build on OmniOS.

diffstat:

 archivers/libarchive/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e45464805958 -r f9a76a5f1eaa archivers/libarchive/Makefile.common
--- a/archivers/libarchive/Makefile.common      Fri Jul 03 19:01:56 2020 +0000
+++ b/archivers/libarchive/Makefile.common      Fri Jul 03 19:57:23 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index