From ce0bfbd4ca462cca8e7ac44e4691a5e125dee10a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:54 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- yasm.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/yasm.spec b/yasm.spec index 86e266a..9b26a0b 100644 --- a/yasm.spec +++ b/yasm.spec @@ -8,6 +8,7 @@ License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2 URL: http://yasm.tortall.net/ Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz +BuildRequires: gcc BuildRequires: bison BuildRequires: byacc BuildRequires: gettext-devel