summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-31 12:04:56 +0000
committerdavidovski <david@davidovski.xyz>2022-01-31 12:04:56 +0000
commit313216832e80ae6e73ae622f4f6fc06d81b8729c (patch)
treea52a4d32572d14167888c896f4bb2a21081e74a9 /repo
parent279c2a03d7bb519180133e950ce362a7904ab85c (diff)
added missing autogen to libarchive
Diffstat (limited to 'repo')
-rw-r--r--repo/system/libarchive.xibuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/system/libarchive.xibuild b/repo/system/libarchive.xibuild
index 4fea6b5..1162909 100644
--- a/repo/system/libarchive.xibuild
+++ b/repo/system/libarchive.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(make autoconf)
+MAKEDEPS=(make autoconf libtool)
DEPS=(acl bzip2 expat lz4 openssl xz zlib zstd)
PKG_VER=3.5.2
@@ -12,6 +12,7 @@ DESC="A library that provides a single interface for reading and writing various
prepare () {
sed -i '436a if ((OSSL_PROVIDER_load(NULL, "legacy")) == NULL) \
return (ARCHIVE_FAILED);' libarchive/archive_digest.c
+ ./build/autogen.sh
}
build () {