From e2a7542bfd7c6f186eaecb4f2fb0b1974e149482 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 02:35:58 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- librdkafka.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/librdkafka.spec b/librdkafka.spec index f9b7d36..6541448 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -13,6 +13,7 @@ BuildRequires: python3 BuildRequires: openssl-devel BuildRequires: cyrus-sasl-devel BuildRequires: lz4-devel +BuildRequires: make %description Librdkafka is a C/C++ library implementation of the Apache Kafka protocol,