From fb5b542ab2b871c71631de42bd9c8fc97007a975 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:42: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=1606792 Signed-off-by: Igor Gnatenko --- zimlib.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/zimlib.spec b/zimlib.spec index ac00a62..0586c5b 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -7,6 +7,7 @@ License: GPLv2+ URL: http://openzim.org/wiki/Main_Page Source0: http://www.openzim.org/download/%{name}-%{version}.tar.gz +BuildRequires: gcc-c++ BuildRequires: gcc BuildRequires: xz-devel