summaryrefslogtreecommitdiffstats
path: root/rules/host-libarchive.make
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2023-07-25 22:08:56 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-07-27 21:01:36 +0200
commitcf2cb2ae7643a72e46aacb8a2f6b87b95776316f (patch)
treeb7ca50bf9675d2e75cd7f263291b5bae54656a9c /rules/host-libarchive.make
parente7b3327f329085a41ee45b07d1d57bff6a05b1a5 (diff)
downloadptxdist-cf2cb2ae7643a72e46aacb8a2f6b87b95776316f.tar.gz
ptxdist-cf2cb2ae7643a72e46aacb8a2f6b87b95776316f.tar.xz
host-libarchive: Follow suit from target libarchive.
* Fixup unused options. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20230725200856.1377803-2-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libarchive.make')
-rw-r--r--rules/host-libarchive.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/host-libarchive.make b/rules/host-libarchive.make
index 0b57f587d..5fe9494e4 100644
--- a/rules/host-libarchive.make
+++ b/rules/host-libarchive.make
@@ -30,18 +30,21 @@ HOST_LIBARCHIVE_CONF_OPT := \
--disable-bsdtar \
--disable-bsdcat \
--disable-bsdcpio \
+ --disable-bsdunzip \
--disable-rpath \
--enable-posix-regex-lib=libc \
--disable-xattr \
--disable-acl \
--with-zlib \
--without-bz2lib \
+ --without-libb2 \
--without-iconv \
--without-lz4 \
--without-zstd \
--without-lzma \
--without-lzo2 \
--without-cng \
+ --without-mbedtls \
--without-nettle \
--without-openssl \
--without-xml2 \