From 6ab41fa484977c857efb7ebf92365271577f820a Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 21 Jan 2023 01:12:59 +0000 Subject: net-p2p/monero: disable stackstrace --- net-p2p/monero/monero-0.18.1.2.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'net-p2p/monero') 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)" -- cgit v1.2.3