Add BuildRequires: make

https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
This commit is contained in:
Tom Stellard 2021-01-05 01:26:23 +00:00
parent caa6a662f9
commit f40589049e

View File

@ -7,6 +7,7 @@ License: LGPLv2+
Url: http://0pointer.de/lennart/projects/libasyncns/
BuildRequires: gcc
BuildRequires: make
%description
A small and lightweight library that implements easy to use asynchronous
wrappers around the libc NSS functions getaddrinfo(), res_query() and related.