summaryrefslogtreecommitdiff
path: root/net-p2p/monero/files/0.16.0.3-Use-gentoo-dev-libs-randomx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/monero/files/0.16.0.3-Use-gentoo-dev-libs-randomx.patch')
-rw-r--r--net-p2p/monero/files/0.16.0.3-Use-gentoo-dev-libs-randomx.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-p2p/monero/files/0.16.0.3-Use-gentoo-dev-libs-randomx.patch b/net-p2p/monero/files/0.16.0.3-Use-gentoo-dev-libs-randomx.patch
new file mode 100644
index 00000000..598dcc88
--- /dev/null
+++ b/net-p2p/monero/files/0.16.0.3-Use-gentoo-dev-libs-randomx.patch
@@ -0,0 +1,18 @@
+From 0a8fea3234d80c7b7bc73f47181e1d72dea448ff 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 072a26d19586..10189ce3a2fb 100644
+--- a/external/CMakeLists.txt
++++ b/external/CMakeLists.txt
+@@ -70,4 +70,3 @@ endif()
+
+ add_subdirectory(db_drivers)
+ add_subdirectory(easylogging++)
+-add_subdirectory(randomx EXCLUDE_FROM_ALL)