diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-12-01 20:00:21 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-12-01 20:00:21 +0000 |
commit | 528f678793c6a62e8ae2a4e05dfb7ba9ced770fa (patch) | |
tree | 8dd8d36d8d91a99f168f3edfeee3820584965c5b | |
parent | profiles/raspberry-pi/3b+: add CPU_FLAGS_ARM (diff) | |
download | portage-528f678793c6a62e8ae2a4e05dfb7ba9ced770fa.tar.xz |
net-p2p/monero: enable USE_EXTRA_EC_CERT
Package-Manager: Portage-2.3.79, Repoman-2.3.16
-rw-r--r-- | net-p2p/monero/monero-0.15.0.1.ebuild | 4 |
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} } |