From 019ac14757d23f65882dc2c420d35d00c571e2be Mon Sep 17 00:00:00 2001 From: David Kaspar [Dee'Kej] Date: Feb 23 2018 10:53:57 +0000 Subject: specfile: added build requirements for 'gcc' & 'gcc-c++' https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire --- diff --git a/gmp.spec b/gmp.spec index a4d4f8c..994c153 100644 --- a/gmp.spec +++ b/gmp.spec @@ -17,6 +17,8 @@ Patch2: gmp-6.0.0-debuginfo.patch License: LGPLv3+ or GPLv2+ Group: System Environment/Libraries BuildRequires: autoconf automake libtool +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: git #autoreconf on arm needs: BuildRequires: perl-Carp