summaryrefslogtreecommitdiff
path: root/patches/monero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2025-01-05 13:17:22 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2025-01-05 13:17:22 +0100
commit085d74b37b478be77bc873d66876247a751aa957 (patch)
treed8434dd9c8c57df9b64ae93059d9ebb5a16b90f2 /patches/monero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch
parent8e7bc59509c40f00702ba568a0adcb3cf82e6e05 (diff)
parentc3dd64bdee37d361a2c1252d127fb575936e43e6 (diff)
Merge remote-tracking branch 'origin/develop' into rust-develop
Diffstat (limited to 'patches/monero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch')
-rw-r--r--patches/monero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/patches/monero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch b/patches/monero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch
new file mode 100644
index 0000000..2b13c05
--- /dev/null
+++ b/patches/monero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch
@@ -0,0 +1,34 @@
+From c7b6e26d36d2428e5747e2b8287ae3719fa443e3 Mon Sep 17 00:00:00 2001
+From: Czarek Nakamoto <cyjan@mrcyjanek.net>
+Date: Tue, 2 Apr 2024 16:51:56 +0200
+Subject: [PATCH 02/14] fix missing ___clear_cache when targetting iOS
+
+---
+ .gitmodules | 3 ++-
+ external/randomx | 2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/.gitmodules b/.gitmodules
+index 721cce3..ffb73fe 100644
+--- a/.gitmodules
++++ b/.gitmodules
+@@ -9,7 +9,8 @@
+ 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
++ branch = cyjan-fix-ios
+ [submodule "external/supercop"]
+ path = external/supercop
+ url = https://github.com/monero-project/supercop
+diff --git a/external/randomx b/external/randomx
+index 102f8ac..ce72c9b 160000
+--- a/external/randomx
++++ b/external/randomx
+@@ -1 +1 @@
+-Subproject commit 102f8acf90a7649ada410de5499a7ec62e49e1da
++Subproject commit ce72c9bb9cb799e0d9171094b9abb009e04c5bfc
+--
+2.39.5 (Apple Git-154)
+