[packages/dovecot] - disable unwind backtrace on x32 - rel 2
baggins
baggins at pld-linux.org
Sat Dec 14 14:00:54 CET 2019
commit c58c659d4375a4cf1a97f8381ea66511a67b71ce
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Dec 14 13:59:02 2019 +0100
- 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} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dovecot.git/commitdiff/c58c659d4375a4cf1a97f8381ea66511a67b71ce
More information about the pld-cvs-commit
mailing list