summaryrefslogtreecommitdiff
path: root/patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-12 11:13:43 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-12 11:13:43 +0200
commit125e64f11f2201deaf2c291a586211a4410da57a (patch)
tree1f78db1ad19e14e284c128fe5a310edf2d1e1de1 /patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch
parentb003970d7f445489a588f4d0358af98d995969d2 (diff)
update patchesv0.18.3.3-RC23
update readme
Diffstat (limited to 'patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch')
-rw-r--r--patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch b/patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch
new file mode 100644
index 0000000..b4a14f9
--- /dev/null
+++ b/patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch
@@ -0,0 +1,33 @@
+From b154719d3fe7ae407de91f5c5a245998efd05997 Mon Sep 17 00:00:00 2001
+From: Czarek Nakamoto <cyjan@mrcyjanek.net>
+Date: Tue, 2 Apr 2024 16:51:56 +0200
+Subject: [PATCH 8/8] fix missing ___clear_cache when targetting iOS
+
+---
+ .gitmodules | 2 +-
+ external/randomx | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/.gitmodules b/.gitmodules
+index 73a23fb35..7ea87a009 100644
+--- a/.gitmodules
++++ b/.gitmodules
+@@ -9,7 +9,7 @@
+ url = https://github.com/trezor/trezor-common.git
+ [submodule "external/randomx"]
+ path = external/randomx
+- url = https://github.com/tevador/RandomX
++ url = https://github.com/MrCyjaneK/RandomX
+ [submodule "external/utf8proc"]
+ path = external/utf8proc
+ url = https://github.com/JuliaStrings/utf8proc.git
+diff --git a/external/randomx b/external/randomx
+index 102f8acf9..ce72c9bb9 160000
+--- a/external/randomx
++++ b/external/randomx
+@@ -1 +1 @@
+-Subproject commit 102f8acf90a7649ada410de5499a7ec62e49e1da
++Subproject commit ce72c9bb9cb799e0d9171094b9abb009e04c5bfc
+--
+2.44.0
+