From 0678d2ecb8a6e4a2a2c027f9c386d14974e49568 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:42 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- bison.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/bison.spec b/bison.spec index 443133f..4d97fe3 100644 --- a/bison.spec +++ b/bison.spec @@ -11,6 +11,7 @@ Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.xz Patch0: bison-3.0.4-c++-test-failure.patch # testsuite dependency +BuildRequires: gcc BuildRequires: autoconf BuildRequires: flex