summaryrefslogtreecommitdiff
path: root/repo/system/libarchive.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libarchive.xibuild')
-rw-r--r--repo/system/libarchive.xibuild4
1 files changed, 1 insertions, 3 deletions
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 () {