From b9dfcbbca8b5aa9be06ab08c981b702ac3ef15a0 Mon Sep 17 00:00:00 2001 From: Pekka Vuorela Date: Tue, 30 Apr 2019 17:50:21 +0300 Subject: [PATCH] [qtbase] Disable gold for linking. Contributes to JB#45154 Gnu linker and gold don't seem to play along well. In this case hit problem on building gecko on top qtbase. https://sourceware.org/bugzilla/show_bug.cgi?id=21074 --- rpm/qtbase.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpm/qtbase.spec b/rpm/qtbase.spec index a252858361..34c99dc574 100644 --- a/rpm/qtbase.spec +++ b/rpm/qtbase.spec @@ -511,7 +511,8 @@ MAKEFLAGS=%{?_smp_mflags} \ -no-pch \ %endif -qreal float \ - -journald + -journald \ + -no-use-gold-linker fi # config.status check #%if ! 0%{?qt5_release_build} # -developer-build \