Fix build for EL10

i8e
Arkady L. Shane 2 weeks ago
parent 8ed8614e06
commit e63cb0713c
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -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

Loading…
Cancel
Save