From 09c44484245b272fdcd04b1799890693adc8f9e5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:46:15 +0200 Subject: [PATCH] Add missing BuildRequires on gcc-c++ ./libtool: line 1125: g++: command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1604129 Signed-off-by: Igor Gnatenko --- glog.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/glog.spec b/glog.spec index 8b1946c..fdc04db 100644 --- a/glog.spec +++ b/glog.spec @@ -7,6 +7,7 @@ License: BSD URL: https://github.com/google/glog Source0: https://github.com/google/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: gcc-c++ BuildRequires: gcc BuildRequires: autoconf, gflags-devel >= 2.1.0 Requires: gflags