From ad360b9bb2dd11288909e59c05b84506e16bbcd5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 19 Jul 2018 20:56:42 +0200 Subject: [PATCH] add BuildRequires: gcc-c++ Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- libvma.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libvma.spec b/libvma.spec index 2bb87b5..b3ae67b 100644 --- a/libvma.spec +++ b/libvma.spec @@ -17,6 +17,7 @@ Requires(postun): /sbin/ldconfig # rdma-core doesn't not exist on s390x. need to check later # disable it temporary ExcludeArch: s390x +BuildRequires: gcc-c++ BuildRequires: rdma-core-devel libnl3-devel BuildRequires: automake autoconf libtool