add missing BuildRequires: gcc-c++

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-11 10:43:56 +01:00
parent a85f5cbd77
commit c63638a703
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ Source0: https://github.com/facebook/zstd/archive/v%{version}.tar.gz#/%{n
Patch1: pzstd.1.patch
BuildRequires: gcc gtest-devel
%if 0%{?with_pzstd}
BuildRequires: gcc-c++
%endif
%description
Zstd, short for Zstandard, is a fast lossless compression algorithm,