pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/libarchive



Module Name:    pkgsrc
Committed By:   hauke
Date:           Fri Jul  3 19:57:23 UTC 2020

Modified Files:
        pkgsrc/archivers/libarchive: Makefile.common

Log Message:
Disable lz4, unbreaking bsdtar build on OmniOS.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/libarchive/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/libarchive/Makefile.common
diff -u pkgsrc/archivers/libarchive/Makefile.common:1.12 pkgsrc/archivers/libarchive/Makefile.common:1.13
--- pkgsrc/archivers/libarchive/Makefile.common:1.12    Tue May 26 09:16:39 2020
+++ pkgsrc/archivers/libarchive/Makefile.common Fri Jul  3 19:57:23 2020
@@ -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



Home | Main Index | Thread Index | Old Index