From bfd52a297b2f28e9d669a728fb35363e51b54107 Mon Sep 17 00:00:00 2001 From: tigro Date: Fri, 17 Jan 2025 22:05:54 +0300 Subject: [PATCH] Fix build on MSVSphere 10 Beta --- SPECS/chromium.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SPECS/chromium.spec b/SPECS/chromium.spec index c87a47c0..80a6485e 100644 --- a/SPECS/chromium.spec +++ b/SPECS/chromium.spec @@ -1204,7 +1204,11 @@ sed -i 's/std::string data_dir_basename = "chromium"/std::string data_dir_basena %endif %if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?fedora} == 40 %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 +%endif +%if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?fedora} == 40 %patch -P310 -p1 -b .el8-clang18-build-error %endif