From 07ded51a0dda46e9b47b7dc0921ab0f2d44e8a58 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 19 Jun 2023 17:37:32 +0200 Subject: libarchive: Enable liblzma support --- TARGETS | 2 +- etc/repos.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TARGETS b/TARGETS index 108a285f..88465547 100644 --- a/TARGETS +++ b/TARGETS @@ -224,7 +224,7 @@ , "bindings": [ ["ENABLE_LIBB2", false] , ["ENABLE_LZ4", false] - , ["ENABLE_LZMA", false] + , ["ENABLE_LZMA", true] , ["ENABLE_ZSTD", false] , ["ENABLE_LIBXML2", false] , ["ENABLE_EXPAT", false] diff --git a/etc/repos.json b/etc/repos.json index 19cb3700..54808ca7 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -468,6 +468,7 @@ , "zlib": "zlib" , "ssl": "ssl" , "bzip2": "bzip2" + , "lzma": "lzma" } , "bootstrap": {"drop": true} } -- cgit v1.2.3