Add BuildRequires: make

https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
This commit is contained in:
Tom Stellard 2021-01-08 21:41:17 +00:00
parent 13cbbd2443
commit 2a5daba562

View File

@ -11,6 +11,7 @@ Source0: https://github.com/google/snappy/releases/download/%{version}/%{
# add missing dependency on gtest to snappy_unittest
Patch0: %{name}-gtest.patch
BuildRequires: make
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: gtest-devel