summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-15 12:28:19 +0000
committerdavidovski <david@davidovski.xyz>2022-01-15 12:28:19 +0000
commitac7e3e28ca3b14f62354349e1277e846aa0d919f (patch)
tree601142e34fcedd9692d3725b4df07fd072e199df /repo
parent8ef6a0d36ceaef2f1f5d16eb5bd102cbfc4b3f7b (diff)
removed patch for libarchive
Diffstat (limited to 'repo')
-rw-r--r--repo/core/libarchive.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/core/libarchive.xibuild b/repo/core/libarchive.xibuild
index de4ccbd..cfa9c0f 100644
--- a/repo/core/libarchive.xibuild
+++ b/repo/core/libarchive.xibuild
@@ -7,8 +7,8 @@ SOURCE=https://github.com/libarchive/libarchive/releases/download/v3.5.2/libarch
DESC="A library that provides a single interface for reading and writing various compression formats"
build () {
- sed -i '436a if ((OSSL_PROVIDER_load(NULL, "legacy")) == NULL) \
- return (ARCHIVE_FAILED);' libarchive/archive_digest.c
+ #sed -i '436a if ((OSSL_PROVIDER_load(NULL, "legacy")) == NULL) \
+ #return (ARCHIVE_FAILED);' libarchive/archive_digest.c
./configure --prefix=/usr --disable-static