From 382fe3e4bb29d8f328d7b27e1455729627c7fd0d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 7 Jan 2021 01:52:07 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- mod_http2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mod_http2.spec b/mod_http2.spec index 3295557..7ae0cbf 100644 --- a/mod_http2.spec +++ b/mod_http2.spec @@ -9,6 +9,7 @@ License: ASL 2.0 URL: https://icing.github.io/mod_h2/ Source0: https://github.com/icing/mod_h2/releases/download/v%{version}/mod_http2-%{version}.tar.gz Patch1: mod_http2-1.14.1-buildfix.patch +BuildRequires: make BuildRequires: gcc BuildRequires: pkgconfig, httpd-devel >= 2.4.20, libnghttp2-devel >= 1.7.0, openssl-devel >= 1.0.2 Requires: httpd-mmn = %{_httpd_mmn}