Force C++14 as this code is not C++17 ready
This commit is contained in:
parent
a321f73ad5
commit
f73e8b0789
@ -1,6 +1,6 @@
|
|||||||
Name: glog
|
Name: glog
|
||||||
Version: 0.3.5
|
Version: 0.3.5
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: A C++ application logging library
|
Summary: A C++ application logging library
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/google/glog
|
URL: https://github.com/google/glog
|
||||||
@ -31,6 +31,7 @@ developing applications that use %{name}.
|
|||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS"
|
||||||
autoconf
|
autoconf
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
@ -55,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user