Add BuildRequires: make

https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
This commit is contained in:
Tom Stellard 2020-12-17 22:50:46 +00:00
parent 05722a7935
commit 1c6ed47920

View File

@ -316,6 +316,7 @@ Requires: binutils-gold >= %{version}
# Perl, sed and touch are all used in the %%prep section of this spec file.
BuildRequires: perl, sed, coreutils
BuildRequires: make
%if %{with clang}
BuildRequires: clang compiler-rt