summaryrefslogtreecommitdiff
path: root/net-p2p/monero
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/monero')
-rw-r--r--net-p2p/monero/monero-0.15.0.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/monero/monero-0.15.0.1.ebuild b/net-p2p/monero/monero-0.15.0.1.ebuild
index a8012a80..b7ebdbb4 100644
--- a/net-p2p/monero/monero-0.15.0.1.ebuild
+++ b/net-p2p/monero/monero-0.15.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
PYTHON_COMPAT=( python{3_6,3_7} )
CMAKE_MAKEFILE_GENERATOR="emake"
-inherit cmake-utils python-single-r1 user systemd
+inherit cmake-utils flag-o-matic toolchain-funcs python-single-r1 user systemd
DESCRIPTION="Secure, private, untraceable cryptocurrency"
HOMEPAGE="https://getmonero.org"
@@ -82,6 +82,8 @@ src_unpack() {
src_prepare() {
cmake-utils_src_prepare
+ append-cflags -DUSE_EXTRA_EC_CERT
+ append-cxxflags -DUSE_EXTRA_EC_CERT
tc-export_build_env BUILD_C{C,XX}
}