Add BuildRequires: make

https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
This commit is contained in:
Tom Stellard 2020-12-18 23:05:41 +00:00
parent 2f3905967e
commit bf7340815f
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ BuildRequires: gcc
# Make sure the API version is compatible with our source code:
BuildRequires: gawk(abi) >= 1.1
BuildRequires: gawk(abi) < 4.0
BuildRequires: make
# At runtime, the ABI must be compatible with the compile-time version
%global gawk_api_version %(gawk 'BEGINFILE {if (ERRNO) nextfile} match($0, /#define gawk_api_(major|minor)_version[[:space:]]+([[:digit:]]+)/, f) {v[f[1]] = f[2]} END {print (v["major"] "." v["minor"])}' /usr/include/gawkapi.h)