diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/monero/monero-0.17.3.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/monero/monero-0.17.3.0.ebuild b/net-p2p/monero/monero-0.17.3.0.ebuild index 425c146c..2d7f20d6 100644 --- a/net-p2p/monero/monero-0.17.3.0.ebuild +++ b/net-p2p/monero/monero-0.17.3.0.ebuild @@ -133,8 +133,10 @@ src_configure() { fi if use elibc_musl ; then - # https://github.com/monero-project/monero/issues/2030 - cmakeargs_monero+=( -DSTACK_TRACE=OFF ) + cmakeargs_monero+=( + # https://github.com/monero-project/monero/issues/2030 + -DSTACK_TRACE=OFF + ) fi local cmakeargs_monerogui=( |