commit 8af4661f490d725ec4a7f7c03b427e093825b33a
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Tue Mar 31 19:14:28 2020 +0200
Disable LTO on Fedora 32+ due to regression (RHBZ#1818919).
telegram-desktop.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index aae22ca..00b5f83 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -5,11 +5,15 @@
%bcond_without spellcheck
%bcond_without fonts
%bcond_without mindbg
+%if 0%{?fedora} && 0%{?fedora} >= 32
+%bcond_with ipo
+%else
%ifarch x86_64
%bcond_without ipo
%else
%bcond_with ipo
%endif
+%endif
# Telegram Desktop's constants...
%global appname tdesktop
Show replies by date