Add binutils-gold build dep
We explicitly set the USE_GOLD_LINKER optoin but we don't add the binutils-gold build dep so it errors, add the dep to fix that.
This commit is contained in:
parent
f6e9c14785
commit
8dce5406c1
1 changed files with 1 additions and 0 deletions
|
|
@ -222,6 +222,7 @@ ExclusiveArch: x86_64 aarch64
|
|||
%global _lto_cflags %nil
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: binutils-gold
|
||||
BuildRequires: eigen3-devel
|
||||
%if %{with fbgemm}
|
||||
BuildRequires: asmjit-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue