summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec8
1 files changed, 3 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec
index 429ab19..8a35468 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -6,19 +6,17 @@
%global system_libicu 0
%global hardened_build 1
%global system_jpeg 1
+%if 0%{?fedora} >= 29
%global build_with_clang 1
+%endif
%global build_with_pgo 0
-
+%global use_bundled_cbindgen 1
%if 0%{?fedora} > 29
%global wayland_backend_default 1
%else
%global wayland_backend_default 0
%endif
-%if 0%{?fedora} < 29
-%global use_bundled_cbindgen 1
-%endif
-
# Big endian platforms
%ifarch ppc64 s390x
%global big_endian 1
bgstack15