Skip to content

Commit

Permalink
[qtbase] Disable gold for linking. Contributes to JB#45154
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pvuorela committed Apr 30, 2019
1 parent df76de4 commit b9dfcbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpm/qtbase.spec
Expand Up @@ -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 \
Expand Down

0 comments on commit b9dfcbb

Please sign in to comment.