From bf52e1e8207fcf5efe66a9fce90d8675f33478aa Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 17:05:18 +0200 Subject: [PATCH] Add missing BuildRequires on gcc configure: error: no acceptable C compiler found in $PATH References: https://bugzilla.redhat.com/show_bug.cgi?id=1604577 Signed-off-by: Igor Gnatenko --- libestr.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libestr.spec b/libestr.spec index 025990a..0dc9889 100644 --- a/libestr.spec +++ b/libestr.spec @@ -7,6 +7,7 @@ License: LGPLv2+ URL: http://libestr.adiscon.com/ Source0: http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz +BuildRequires: gcc %description This package compiles the string handling essentials library used by the Rsyslog daemon.