X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2F7z%2Fpatches%2F7-zip-musl.patch;h=e066cc8ec91a1d846aad19e46caa8b86bf4a75a4;hb=4ca450deaca133b14a7798ab1803129c3f26353a;hp=cf3386e4de3cec127ec748b50d4d8b45c42abade;hpb=11bf820124e3155ef6b1762cd3ca533b9a7d577d;p=openwrt%2Fstaging%2Fjow.git 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