commit 5f9dc0ccae130dbb98d5e5d5953e9507544b52a9
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Tue Jan 22 14:07:34 2019 +0100
Temporary disabled ARMv7 due to GCC 9.0 regressions.
libtgvoip.spec | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/libtgvoip.spec b/libtgvoip.spec
index 8355499..fd0e953 100644
--- a/libtgvoip.spec
+++ b/libtgvoip.spec
@@ -23,6 +23,13 @@ BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gyp
+# Temporary disabled ARMv7 due to GCC 9.0 regressions:
+#
https://bugzilla.redhat.com/show_bug.cgi?id=1668323
+#
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87935
+%if 0%{?fedora} && 0%{?fedora} >= 30
+ExcludeArch: %{arm}
+%endif
+
%description
Provides VoIP library for Telegram clients.