From 13de782c2d896e7f6e353fbaeb11bec00a20751b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 14:55:55 +0000 Subject: Add missing BuildRequires on gcc-c++ configure: error: C++ compiler cannot create executables References: https://bugzilla.redhat.com/show_bug.cgi?id=1604716 Signed-off-by: Igor Gnatenko --- diff --git a/lnav.spec b/lnav.spec index a93b8c9..48e9a2c 100644 --- a/lnav.spec +++ b/lnav.spec @@ -7,6 +7,7 @@ License: BSD URL: http://lnav.org Source0: https://github.com/tstack/lnav/releases/download/v%{version}/%{name}-%{version}.tar.bz2 +BuildRequires: gcc-c++ BuildRequires: bzip2-devel BuildRequires: ncurses-devel BuildRequires: libcurl-devel