diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/monero/monero-0.18.1.2.ebuild | 8 |
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)" |