Force C++14 as this code is not C++17 ready

This commit is contained in:
Jeff Law 2020-07-28 09:46:22 -06:00
parent a321f73ad5
commit f73e8b0789

View File

@ -1,6 +1,6 @@
Name: glog
Version: 0.3.5
Release: 10%{?dist}
Release: 11%{?dist}
Summary: A C++ application logging library
License: BSD
URL: https://github.com/google/glog
@ -31,6 +31,7 @@ developing applications that use %{name}.
%autosetup
%build
export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS"
autoconf
%configure --disable-static
%make_build
@ -55,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
%changelog
* Tue Jul 28 2020 Jeff Law <law@redhat.com> - 0.3.5-11
- Force C++14 as this code is not C++17 ready
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild