From df1200a8fa6c6e11f5119e4728fb80690bb7da25 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 14:08:14 +0000 Subject: Add missing BuildRequires on gcc-c++ configure: error: C++ compiler cannot create executables References: https://bugzilla.redhat.com/show_bug.cgi?id=1604538 Signed-off-by: Igor Gnatenko --- diff --git a/laszip.spec b/laszip.spec index 6f2833a..207b8cc 100644 --- a/laszip.spec +++ b/laszip.spec @@ -6,6 +6,7 @@ License: LGPLv2 Source0: https://github.com/LASzip/LASzip/releases/download/v%{version}/%{name}-src-%{version}.tar.gz URL: http://www.laszip.org/ +BuildRequires: gcc-c++ %description LASzip - a free product of rapidlasso GmbH - quickly turns bulky LAS files into compact LAZ files without information loss.