diff options
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r-- | net-mail/dovecot/dovecot-2.3.15-r1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mail/dovecot/dovecot-2.3.15-r1.ebuild b/net-mail/dovecot/dovecot-2.3.15-r1.ebuild index 8c886e6a7a53..1668061de0a9 100644 --- a/net-mail/dovecot/dovecot-2.3.15-r1.ebuild +++ b/net-mail/dovecot/dovecot-2.3.15-r1.ebuild @@ -100,12 +100,8 @@ src_prepare() { #elibtoolize eautoreconf - if use riscv; then - # Without this, src_tests dies due to failed asserts in test-backtrace.c; - # See https://salsa.debian.org/debian/dovecot/-/merge_requests/8 . - # Might in fact be needed on other arches as well. - append-cflags -funwind-tables - fi + # Bug #727244 + append-cflags -fasynchronous-unwind-tables } src_configure() { |