aboutsummaryrefslogtreecommitdiff
path: root/tools/7z/patches/7-zip-musl.patch
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-07-19 15:45:10 +0200
committerNick Hainke <vincent@systemli.org>2023-08-01 13:26:04 +0200
commit4ca450deaca133b14a7798ab1803129c3f26353a (patch)
treee58a462b5248e4d1c859893ffa6166cece38c041 /tools/7z/patches/7-zip-musl.patch
parent11bf820124e3155ef6b1762cd3ca533b9a7d577d (diff)
tools/7z: update to 23.01
Release Notes: https://sourceforge.net/p/sevenzip/discussion/45797/thread/3f550826d8/#e950 Manually adjust: - 7-zip-flags.patch Automatically refresh: - 7-zip-musl.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/7z/patches/7-zip-musl.patch')
-rw-r--r--tools/7z/patches/7-zip-musl.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/7z/patches/7-zip-musl.patch b/tools/7z/patches/7-zip-musl.patch
index cf3386e4de..e066cc8ec9 100644
--- a/tools/7z/patches/7-zip-musl.patch
+++ b/tools/7z/patches/7-zip-musl.patch
@@ -1,6 +1,6 @@
--- a/C/CpuArch.c
+++ b/C/CpuArch.c
-@@ -421,8 +421,6 @@ BoolInt CPU_IsSupported_AES (void) { ret
+@@ -766,8 +766,6 @@ BoolInt CPU_IsSupported_AES (void) { ret
#ifdef USE_HWCAP
@@ -11,7 +11,7 @@
--- a/C/Threads.c
+++ b/C/Threads.c
-@@ -257,7 +257,7 @@ WRes Thread_Create_With_CpuSet(CThread *
+@@ -265,7 +265,7 @@ WRes Thread_Create_With_CpuSet(CThread *
*/
// ret2 =
@@ -20,7 +20,7 @@
// if (ret2) ret = ret2;
#endif
}
-@@ -267,14 +267,12 @@ WRes Thread_Create_With_CpuSet(CThread *
+@@ -275,14 +275,12 @@ WRes Thread_Create_With_CpuSet(CThread *
if (!ret)
{
p->_created = 1;
@@ -37,7 +37,7 @@
// ret2 =
--- a/C/Threads.h
+++ b/C/Threads.h
-@@ -19,6 +19,7 @@
+@@ -20,6 +20,7 @@
#endif
#include <pthread.h>