From d62149dd30f217a57bcf5b8647f338d300aa95e1 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 5 Dec 2018 13:44:13 +0100 Subject: Enable clang on Fedora 29/rawhide, use bundled cbindgen everywhere --- firefox.spec | 8 +++----- 1 file 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 -- cgit