summaryrefslogtreecommitdiff
path: root/net-p2p/monero/files/monero-0.17.2.3-Use-gentoo-dev-libs-randomx.patch
blob: 02994f0d5185cb7e62f0a8bb314d05590a97e5d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From 19ee58c33daece28e198e058d3cd5a06501ef178 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 1db18e2431e6..567a2fc1ebb6 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -71,4 +71,3 @@ endif()
 add_subdirectory(db_drivers)
 add_subdirectory(easylogging++)
 add_subdirectory(qrcodegen)
-add_subdirectory(randomx EXCLUDE_FROM_ALL)