pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap libarchive no longer has a without-lzmadec o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/937bf7eca9f1
branches: trunk
changeset: 336183:937bf7eca9f1
user: sevan <sevan%pkgsrc.org@localhost>
date: Mon Jul 08 19:44:08 2019 +0000
description:
libarchive no longer has a without-lzmadec option
diffstat:
bootstrap/bootstrap | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 64f6b707c0c6 -r 937bf7eca9f1 bootstrap/bootstrap
--- a/bootstrap/bootstrap Mon Jul 08 19:42:30 2019 +0000
+++ b/bootstrap/bootstrap Mon Jul 08 19:44:08 2019 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.267 2019/07/02 16:27:04 rillig Exp $
+# $NetBSD: bootstrap,v 1.268 2019/07/08 19:44:08 sevan Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
# All rights reserved.
@@ -1279,7 +1279,7 @@
$shprog ./configure $configure_quiet_flags --enable-static --disable-shared \
--disable-bsdtar --disable-bsdcpio --disable-posix-regex-lib --disable-xattr \
--disable-maintainer-mode --disable-acl --without-zlib --without-bz2lib \
---without-lzmadec --without-iconv --without-lzma --without-lzo2 --without-lz4 \
+--without-iconv --without-lzma --without-lzo2 --without-lz4 \
--without-nettle --without-openssl --without-xml2 --without-expat --without-zstd \
MAKE=$bmake && $bmake $make_quiet_flags -j$make_jobs)"
copy_src $pkgsrcdir/pkgtools/pkg_install/files pkg_install
Home |
Main Index |
Thread Index |
Old Index