From 1bb53eab774a7ce57313dc07ceacd8d66d068e87 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Tue, 10 Sep 2019 00:02:57 +0200 Subject: [PATCH] disable clang and gold by default --- thunderbird.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thunderbird.spec b/thunderbird.spec index 90cfdf4..d0d3da6 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -8,13 +8,13 @@ %bcond_without lightning # disable Sunbird/Lightning calendar %bcond_without official # official Thunderbird branding %bcond_with crashreporter # report crashes to crash-stats.mozilla.com -%bcond_without gold # use default linker instead of gold +%bcond_with gold # use gold instead of default linker # - disabled shared_js - https://bugzilla.mozilla.org/show_bug.cgi?id=1039964 %bcond_with shared_js # shared libmozjs library [broken] %bcond_without system_icu # build without system ICU %bcond_with system_cairo # build with system cairo (not supported in 60.0) %bcond_with system_libvpx # build with system libvpx (60.7.0 does not build with libvpx 1.8) -%bcond_without clang # build using Clang/LLVM +%bcond_with clang # build using Clang/LLVM # UPDATING TRANSLATIONS: %if 0 -- 2.43.0