From 9229f2b428add9640c5c84d3d7a03a71e69cd5ea Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Sat, 9 Sep 2017 00:48:31 +0200 Subject: A C++ compiler and libatomic is needed to build on Fedora. --- dist/vespa.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist') diff --git a/dist/vespa.spec b/dist/vespa.spec index 039750b758d..eae6a0b3817 100644 --- a/dist/vespa.spec +++ b/dist/vespa.spec @@ -23,6 +23,10 @@ BuildRequires: devtoolset-6-libatomic-devel BuildRequires: devtoolset-6-binutils %define _devtoolset_enable /opt/rh/devtoolset-6/enable %endif +%if 0%{?fedora} +BuildRequires: gcc-c++ +BuildRequires: libatomic +%endif BuildRequires: Judy-devel %if 0%{?centos} BuildRequires: cmake3 -- cgit v1.2.3