From 3d4e046eb888382acf4cdd7018acba13e1e4639b Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 10 Feb 2025 11:51:20 +0300 Subject: [PATCH] Fix build for EL10 --- SPECS/chromium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/chromium.spec b/SPECS/chromium.spec index e3d17397..65eeac3e 100644 --- a/SPECS/chromium.spec +++ b/SPECS/chromium.spec @@ -1167,7 +1167,7 @@ sed -i 's/std::string data_dir_basename = "chromium"/std::string data_dir_basena %endif %patch -P307 -p1 -b .el8-atk-compiler-error %endif -%if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?fedora} == 40 +%if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?rhel} == 10 || 0%{?fedora} == 40 %patch -P308 -p1 -b .el8-unsupport-clang-flags %patch -P309 -p1 -b .el8-unsupport-rustc-flags %patch -P310 -p1 -b .el8-clang18-build-error