From e2a52f01a4716403199fc3c3ffc11d113f3d1e0e Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 6 Jan 2021 01:00:48 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- libdap.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libdap.spec b/libdap.spec index ab4d945..4535a09 100644 --- a/libdap.spec +++ b/libdap.spec @@ -9,6 +9,7 @@ Source0: http://www.opendap.org/pub/source/libdap-%{version}.tar.gz #Don't run HTTP tests - builders don't have network connections Patch0: libdap-offline.patch +BuildRequires: make BuildRequires: gcc-c++ # For autoreconf BuildRequires: libtool