From 16e0dbf3e341ed5ab44e3ab6d659bc13867ca265 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Sat, 14 Jul 2018 01:13:45 +0200 Subject: [PATCH] Add "BuildRequires: gcc" --- flashrom.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/flashrom.spec b/flashrom.spec index c5469b9..1583b81 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -9,6 +9,7 @@ Source0: http://download.flashrom.org/releases/%{name}-%{version}.tar.bz2 # https://github.com/flashrom/flashrom/commit/0b59b0dafc219ba73ee2af5404ce626575d74c6f Patch0: %{name}-1.0-AT25DF021A.patch +BuildRequires: gcc BuildRequires: pciutils-devel BuildRequires: libftdi-devel BuildRequires: libusb-devel