From c58c659d4375a4cf1a97f8381ea66511a67b71ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 14 Dec 2019 13:59:02 +0100 Subject: [PATCH] - disable unwind backtrace on x32 - rel 2 --- dovecot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dovecot.spec b/dovecot.spec index 85279aa..b3e121b 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -13,7 +13,7 @@ Summary: IMAP and POP3 server written with security primarily in mind Summary(pl.UTF-8): Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie Name: dovecot Version: 2.3.9.1 -Release: 1 +Release: 2 Epoch: 1 License: MIT (libraries), LGPL v2.1 (the rest) Group: Networking/Daemons @@ -193,6 +193,9 @@ touch config.rpath --with-bzlib \ --with-libcap \ --with-ssl=openssl \ +%ifarch x32 + --without-libunwind \ +%endif --with-moduledir=%{_libdir}/%{name}/plugins \ --with-ssldir=/var/lib/openssl \ --sysconfdir=%{_sysconfdir} \ -- 2.44.0