From a1f344a2dbfd81e34c33a2a7ec02e6f99499c916 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:47 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- libevent.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libevent.spec b/libevent.spec index d273765..04b796d 100644 --- a/libevent.spec +++ b/libevent.spec @@ -14,6 +14,7 @@ URL: http://libevent.org/ Source0: https://github.com/libevent/libevent/releases/download/release-%{version}-stable/libevent-%{version}-stable.tar.gz %if ! 0%{?_module_build} +BuildRequires: gcc BuildRequires: doxygen %endif BuildRequires: openssl-devel