From 632bd02be6156e7bfead394286797f100aa5ed04 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:58:33 +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=1603412 Signed-off-by: Igor Gnatenko --- asio.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/asio.spec b/asio.spec index 2bd37ae..709bf0e 100644 --- a/asio.spec +++ b/asio.spec @@ -17,6 +17,7 @@ Source0: https://github.com/chriskohlhoff/%{name}/archive/%{commit}.tar.g %if 0%{?rhel} == 5 %endif +BuildRequires: gcc BuildRequires: autoconf BuildRequires: automake BuildRequires: openssl-devel