forked from jengelh/libcamera
This commit is contained in:
parent
011f532323
commit
787d1706d3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 07:41:24 UTC 2024 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Avoid %if %{pkg_vcmp gcc < 8}, instead replicate the condition
|
||||
from the BuildRequires section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 13 08:48:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -120,7 +120,7 @@ This is its integration plugin for gstreamer.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%if %{pkg_vcmp gcc < 8}
|
||||
%if 0%{?suse_version} <= 1500
|
||||
export CC=gcc-9
|
||||
export CXX=g++-9
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user