From 7b297a44ce1b985485c41d8f9f4fd07e52d4f4b3 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 28 Sep 2025 01:35:26 +0100 Subject: config/git: Support building libarchive This is for bsdtar, which we will use in place of unar, because unar is not available on all of the distros, and we had some recent problems with it. Signed-off-by: Leah Rowe --- config/data/libarchive/build.list | 1 + config/data/libarchive/mkhelper.cfg | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 config/data/libarchive/build.list create mode 100644 config/data/libarchive/mkhelper.cfg (limited to 'config/data') diff --git a/config/data/libarchive/build.list b/config/data/libarchive/build.list new file mode 100644 index 00000000..f3e07b9a --- /dev/null +++ b/config/data/libarchive/build.list @@ -0,0 +1 @@ +bsdtar diff --git a/config/data/libarchive/mkhelper.cfg b/config/data/libarchive/mkhelper.cfg new file mode 100644 index 00000000..f1678f17 --- /dev/null +++ b/config/data/libarchive/mkhelper.cfg @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + +premake="autoreconf -fiv src/libarchive" -- cgit v1.2.1