Fix build on MSVSphere 10 Beta

i10e changed/i10e/chromium-132.0.6834.83-1.el10.inferit
Arkady L. Shane 6 days ago
parent e8b8872cb7
commit bfd52a297b
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1204,7 +1204,11 @@ sed -i 's/std::string data_dir_basename = "chromium"/std::string data_dir_basena
%endif %endif
%if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?fedora} == 40 %if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?fedora} == 40
%patch -P308 -p1 -b .el8-unsupport-clang-flags %patch -P308 -p1 -b .el8-unsupport-clang-flags
%endif
%if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?rhel} == 10 || 0%{?fedora} == 40
%patch -P309 -p1 -b .el8-unsupport-rustc-flags %patch -P309 -p1 -b .el8-unsupport-rustc-flags
%endif
%if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?fedora} == 40
%patch -P310 -p1 -b .el8-clang18-build-error %patch -P310 -p1 -b .el8-clang18-build-error
%endif %endif

Loading…
Cancel
Save