From 19a0d9337f31aa32e34d6bd1c544a7d912795b5e Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Mon, 19 Feb 2018 10:37:21 +0100 Subject: [PATCH] Add BuildRequires: gcc This is needed since GCC will be removed from BuildRoot https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- dpdk.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dpdk.spec b/dpdk.spec index 7608d0c..5c2105a 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -57,6 +57,7 @@ ExclusiveArch: x86_64 i686 aarch64 ppc64le %define target %{machine_arch}-%{machine_tmpl}-linuxapp-gcc +BuildRequires: gcc BuildRequires: kernel-headers, libpcap-devel, doxygen, python2-sphinx, zlib-devel BuildRequires: numactl-devel %if %{with pdfdoc}