From 3fb37480e2c1da7252691a6e80ce610c2916350a Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 31 Jan 2022 11:52:36 +0000 Subject: updated configure options for libarchive --- repo/system/libarchive.xibuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'repo/system') diff --git a/repo/system/libarchive.xibuild b/repo/system/libarchive.xibuild index 0153b44..85fcc1e 100644 --- a/repo/system/libarchive.xibuild +++ b/repo/system/libarchive.xibuild @@ -3,7 +3,8 @@ MAKEDEPS=(make ) DEPS=(acl bzip2 expat lz4 openssl xz zlib zstd) -SOURCE=https://github.com/libarchive/libarchive/releases/download/v3.5.2/libarchive-3.5.2.tar.gz +PKG_VER=3.5.2 +SOURCE=https://github.com/libarchive/libarchive/releases/download/v$PKG_VER/libarchive-$PKG_VER.tar.xz DESC="A library that provides a single interface for reading and writing various compression formats" @@ -13,7 +14,7 @@ prepare () { } build () { - ./configure --prefix=/usr --disable-static + ./configure --prefix=/usr --disable-static --without-xml2 --without-nettle make } -- cgit v1.2.1