From f40589049ef96199a6f5c50e785f62f465ec69d1 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 01:26:23 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- libasyncns.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libasyncns.spec b/libasyncns.spec index db2d59a..483374a 100644 --- a/libasyncns.spec +++ b/libasyncns.spec @@ -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.