BuildRequire gcc-c++

epel9
Morten Stevens 7 years ago
parent bdfb899b3a
commit 0e1ca91bf3

@ -4,7 +4,7 @@
Name: mbedtls
Version: 2.11.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Light-weight cryptographic and SSL/TLS library
Group: System Environment/Libraries
License: ASL 2.0
@ -15,6 +15,7 @@ Source0: https://tls.mbed.org/download/%{name}-%{version}-apache.tgz
Patch0: mbedtls-2.4-config-enable-pkcs11.patch
Patch1: mbedtls-2.7-config-enable-threading-pthread.patch
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: perl-interpreter
BuildRequires: doxygen
@ -128,6 +129,9 @@ LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V
%doc apidoc/*
%changelog
* Mon Jul 16 2018 Morten Stevens <mstevens@fedoraproject.org> - 2.11.0-3
- BuildRequire gcc-c++ (https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B)
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

Loading…
Cancel
Save