Add BuildRequires on binutils-gold

While we *are* building the gold plugin, I noticed that we're
no longer running the tests for it on f41 and rawhide. Add a
BuildRequires on binutils-gold to restore the tests.
This commit is contained in:
Nikita Popov 2024-11-07 13:55:49 +00:00
parent a7e3073a2c
commit 8ad28122a0

View file

@ -293,6 +293,7 @@ BuildRequires: python%{python3_pkgversion}-myst-parser
BuildRequires: multilib-rpm-config BuildRequires: multilib-rpm-config
%if %{with gold} %if %{with gold}
BuildRequires: binutils-devel BuildRequires: binutils-devel
BuildRequires: binutils-gold
%endif %endif
%ifarch %{valgrind_arches} %ifarch %{valgrind_arches}
# Enable extra functionality when run the LLVM JIT under valgrind. # Enable extra functionality when run the LLVM JIT under valgrind.