From 0b8b8f21a0cf3d15be067d9c18d4d1dc8b809780 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 31 Jan 2022 18:30:45 +0000 Subject: switched libarchive back to targz source --- repo/system/libarchive.xibuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'repo') diff --git a/repo/system/libarchive.xibuild b/repo/system/libarchive.xibuild index bb6122f..84de0eb 100644 --- a/repo/system/libarchive.xibuild +++ b/repo/system/libarchive.xibuild @@ -4,15 +4,13 @@ MAKEDEPS=(make autoconf libtool libpth libiconv) DEPS=(acl bzip2 expat lz4 openssl xz zlib zstd) PKG_VER=3.5.2 -#SOURCE=https://github.com/libarchive/libarchive/releases/download/v$PKG_VER/libarchive-$PKG_VER.tar.xz -SOURCE=https://github.com/libarchive/libarchive +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" prepare () { sed -i '436a if ((OSSL_PROVIDER_load(NULL, "legacy")) == NULL) \ return (ARCHIVE_FAILED);' libarchive/archive_digest.c - ./build/autogen.sh } build () { -- cgit v1.2.1