From 2041e3401fbecf395719cb5264b7986a15b44cd3 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 7 Jan 2021 05:50:26 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- nghttp2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/nghttp2.spec b/nghttp2.spec index 72f0ea4..66a16f4 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -6,6 +6,7 @@ License: MIT URL: https://nghttp2.org/ Source0: https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz +BuildRequires: make BuildRequires: CUnit-devel BuildRequires: c-ares-devel BuildRequires: gcc-c++