From 345f3dd7a5e9738f96640cc768dc4b8219b6cc7c Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 01:13:54 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- pdns.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns.spec b/pdns.spec index 8f63b6f..81783b1 100644 --- a/pdns.spec +++ b/pdns.spec @@ -16,6 +16,7 @@ Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units +BuildRequires: make BuildRequires: bison BuildRequires: boost-devel BuildRequires: gcc-c++