Accepting request 1159240 from home:rguenther:branches:multimedia:libs
- Avoid %if %{pkg_vcmp gcc < 8}, instead replicate the condition from the BuildRequires section. OBS-URL: https://build.opensuse.org/request/show/1159240 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=73
This commit is contained in:
parent
a36ca9ba10
commit
2d01b0f698
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 07:43:16 UTC 2024 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Avoid %if %{pkg_vcmp gcc < 8}, instead replicate the condition
|
||||
from the BuildRequires section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 16:34:10 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -150,7 +150,7 @@ python3 %{SOURCE1}
|
||||
popd
|
||||
|
||||
%build
|
||||
%if %{pkg_vcmp gcc < 8}
|
||||
%if 0%{?suse_version} <= 1500
|
||||
export CC=gcc-9
|
||||
export CXX=g++-9
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user