commit f9923c0908eac673ef61bdc6a6db7ad3b3284e53
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Thu Jan 23 16:16:04 2020 +0100
Build on Fedora 32 using clang due to GCC 10 major regressions.
telegram-desktop.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 67a22fb..bd4fc47 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -1,6 +1,10 @@
# Build conditionals...
%bcond_with gtk3
+%if 0%{?fedora} && %{?fedora} >= 32
+%bcond_without clang
+%else
%bcond_with clang
+%endif
%bcond_with spellcheck
%bcond_without fonts
Show replies by date