From ef1cab95db0b7b9bd6dda33b1a620ba1c7941bee Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:06:41 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xapian-core.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xapian-core.spec b/xapian-core.spec index 25101e1..3bc9221 100644 --- a/xapian-core.spec +++ b/xapian-core.spec @@ -7,6 +7,7 @@ URL: http://www.xapian.org/ Source0: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz Patch0: %{name}-gcc11.patch +BuildRequires: make BuildRequires: gcc gcc-c++ BuildRequires: libuuid-devel BuildRequires: zlib-devel