From: Jan Rękorajski Date: Sat, 14 Dec 2019 12:59:02 +0000 (+0100) Subject: - disable unwind backtrace on x32 X-Git-Tag: auto/th/dovecot-2.3.9.1-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=c58c659d4375a4cf1a97f8381ea66511a67b71ce;p=packages%2Fdovecot.git - disable unwind backtrace on x32 - rel 2 --- 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} \