diff --git a/net-p2p/monero/monero-0.17.3.2.ebuild b/net-p2p/monero/monero-0.17.3.2.ebuild index 656c93edf1..a3816f142d 100644 --- a/net-p2p/monero/monero-0.17.3.2.ebuild +++ b/net-p2p/monero/monero-0.17.3.2.ebuild @@ -52,6 +52,8 @@ src_configure() { -DUSE_DEVICE_TREZOR=OFF ) + use elibc_musl && mycmakeargs+=( -DSTACK_TRACE=OFF ) + cmake_src_configure }