diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-29 22:29:52 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-29 22:29:52 +0000 |
commit | e783c59d460146bfdb0d0d8f0ea3994ecdef3c05 (patch) | |
tree | 979955219cdb47e8ab6eaf15795467694f9ed316 /system/apk-tools/pmmx.patch | |
parent | 2bdcd9fb0c71520072d4da99f49149630bd2f1fa (diff) | |
download | packages-e783c59d460146bfdb0d0d8f0ea3994ecdef3c05.tar.gz packages-e783c59d460146bfdb0d0d8f0ea3994ecdef3c05.tar.bz2 packages-e783c59d460146bfdb0d0d8f0ea3994ecdef3c05.tar.xz packages-e783c59d460146bfdb0d0d8f0ea3994ecdef3c05.zip |
system/apk-tools: Update to 2.10.5
Diffstat (limited to 'system/apk-tools/pmmx.patch')
-rw-r--r-- | system/apk-tools/pmmx.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/apk-tools/pmmx.patch b/system/apk-tools/pmmx.patch index e64ad6c0d..4891e5ddd 100644 --- a/system/apk-tools/pmmx.patch +++ b/system/apk-tools/pmmx.patch @@ -1,6 +1,6 @@ --- apk-tools-2.10.1/src/apk_defines.h.old 2018-09-10 08:04:03.000000000 +0000 +++ apk-tools-2.10.1/src/apk_defines.h 2019-01-04 03:31:41.900000000 +0000 -@@ -89,7 +89,7 @@ +@@ -93,7 +93,7 @@ #if defined(__x86_64__) #define APK_DEFAULT_ARCH "x86_64" #elif defined(__i386__) |