summaryrefslogtreecommitdiff
path: root/net-p2p/monero/files/monero-9999-Use-gentoo-dev-libs-randomx.patch
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-04-09 20:41:33 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-04-09 22:09:11 +0100
commita9d6e2dddd7b532b75d97a25c9f3804fc64176b7 (patch)
tree9293d120e0c20581ead7fb1ab1c19b8881c024d5 /net-p2p/monero/files/monero-9999-Use-gentoo-dev-libs-randomx.patch
parentnet-p2p/monero: move USE_DEVICE_TREZOR to common options (diff)
downloadportage-a9d6e2dddd7b532b75d97a25c9f3804fc64176b7.tar.xz
net-p2p/monero: add 9999
Diffstat (limited to 'net-p2p/monero/files/monero-9999-Use-gentoo-dev-libs-randomx.patch')
-rw-r--r--net-p2p/monero/files/monero-9999-Use-gentoo-dev-libs-randomx.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-p2p/monero/files/monero-9999-Use-gentoo-dev-libs-randomx.patch b/net-p2p/monero/files/monero-9999-Use-gentoo-dev-libs-randomx.patch
new file mode 100644
index 00000000..a30def3a
--- /dev/null
+++ b/net-p2p/monero/files/monero-9999-Use-gentoo-dev-libs-randomx.patch
@@ -0,0 +1,18 @@
+From ceb7f16d984c555cdeadda818516d2359857f8a5 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 85db7880bd05..802fd6fd2525 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)