Force C++14 as this code is not C++17 ready
This commit is contained in:
parent
1d4dc31a62
commit
9c01b8a771
@ -3,7 +3,7 @@
|
||||
|
||||
Name: v4l-utils
|
||||
Version: 1.20.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Utilities for video4linux and DVB devices
|
||||
# libdvbv5, dvbv5 utils, ir-keytable and v4l2-sysfs-path are GPLv2 only
|
||||
License: GPLv2+ and GPLv2
|
||||
@ -114,6 +114,7 @@ files for developing applications that use libdvbv5.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS"
|
||||
%configure --disable-static --enable-libdvbv5 --enable-doxygen-man
|
||||
# Don't use rpath!
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
@ -203,6 +204,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qv4l2.desktop
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 18 2020 Jeff Law <law@redhat.com> - 1.20.0-2
|
||||
- Force C++14 as this code is not C++17 ready
|
||||
|
||||
* Wed Aug 12 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 1.20.0-1
|
||||
- Update to 1.20.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user