From 402f7c2f92c06d2fc26b3c69350cf11999ea0ebf Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 18 Dec 2020 23:27:22 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- glm.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/glm.spec b/glm.spec index 0492898..46b4f47 100644 --- a/glm.spec +++ b/glm.spec @@ -15,6 +15,7 @@ Patch1: glm-0.9.9.6-noarch.patch BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake >= 3.14 +BuildRequires: make %description GLM is a C++ library for doing mathematics operations