summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-01-21 01:12:59 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-01-21 01:12:59 +0000
commit6ab41fa484977c857efb7ebf92365271577f820a (patch)
tree8668082f631ea1b93dd5768abbebcdf9c090335c
parentprofiles/server: disable USE=sound (diff)
downloadportage-6ab41fa484977c857efb7ebf92365271577f820a.tar.xz
net-p2p/monero: disable stackstrace
-rw-r--r--net-p2p/monero/monero-0.18.1.2.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/net-p2p/monero/monero-0.18.1.2.ebuild b/net-p2p/monero/monero-0.18.1.2.ebuild
index 7d3dce32..92ad9451 100644
--- a/net-p2p/monero/monero-0.18.1.2.ebuild
+++ b/net-p2p/monero/monero-0.18.1.2.ebuild
@@ -137,6 +137,7 @@ src_configure() {
-DBUILD_TESTS=OFF
-DUSE_READLINE="$(usex readline ON OFF)"
-DBUILD_GUI_DEPS="$(usex qt5 ON OFF)"
+ -DSTACK_TRACE=OFF
-DBUILD_SHARED_LIBS=OFF
-DMANUAL_SUBMODULES=ON
)
@@ -147,13 +148,6 @@ src_configure() {
cmakeargs_monero+=( -DNO_AES=ON )
fi
- if use elibc_musl ; then
- cmakeargs_monero+=(
- # https://github.com/monero-project/monero/issues/2030
- -DSTACK_TRACE=OFF
- )
- fi
-
local cmakeargs_monerogui=(
"${cmakeargs_monero[@]}"
-DUSE_DEVICE_TREZOR="$(usex smartcard ON OFF)"