summaryrefslogtreecommitdiff
path: root/net-p2p/monero/files/monero-0.18.3.4-use-gentoo-dev-libs-randomx.patch
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-08-25 15:35:13 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-08-25 15:35:13 +0100
commitbaae82bd0c006675350f4a08482258d41e7ea803 (patch)
treed3509bdf07cb984015f841eb61f6979fa916a24d /net-p2p/monero/files/monero-0.18.3.4-use-gentoo-dev-libs-randomx.patch
parentsys-kernel/stable-sources: add 6.10.6, drop 6.10.3 (diff)
downloadportage-baae82bd0c006675350f4a08482258d41e7ea803.tar.xz
net-p2p/monero: add 0.18.3.4, drop 0.18.3.3
Diffstat (limited to 'net-p2p/monero/files/monero-0.18.3.4-use-gentoo-dev-libs-randomx.patch')
-rw-r--r--net-p2p/monero/files/monero-0.18.3.4-use-gentoo-dev-libs-randomx.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-p2p/monero/files/monero-0.18.3.4-use-gentoo-dev-libs-randomx.patch b/net-p2p/monero/files/monero-0.18.3.4-use-gentoo-dev-libs-randomx.patch
new file mode 100644
index 00000000..2579590e
--- /dev/null
+++ b/net-p2p/monero/files/monero-0.18.3.4-use-gentoo-dev-libs-randomx.patch
@@ -0,0 +1,18 @@
+From a007bfe93c3e71a166206abd30a91dc3637983c8 Mon Sep 17 00:00:00 2001
+From: Bertrand Jacquin <bertrand@jacquin.bzh>
+Date: Wed, 6 Nov 2019 01:23:52 +0000
+Subject: [PATCH] use gentoo dev-libs/randomx
+
+---
+ external/CMakeLists.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
+index fc40455064f4..5536debe8e2b 100644
+--- a/external/CMakeLists.txt
++++ b/external/CMakeLists.txt
+@@ -56,4 +56,3 @@ endif()
+ add_subdirectory(db_drivers)
+ add_subdirectory(easylogging++)
+ add_subdirectory(qrcodegen)
+-add_subdirectory(randomx EXCLUDE_FROM_ALL)