workaround for build error due to old atk version on el8

epel8
Than Ngo 2 days ago
parent 6fd5938766
commit ddd8291088

File diff suppressed because it is too large Load Diff

@ -39,7 +39,7 @@
%global build_chromedriver 1 %global build_chromedriver 1
# enable|disable headless client build # enable|disable headless client build
%global build_headless 1 %global build_headless 0
%ifarch ppc64le %ifarch ppc64le
%global build_headless 0 %global build_headless 0
%endif %endif
@ -362,6 +362,9 @@ Patch150: chromium-124-qt6.patch
Patch305: chromium-124-el8-arm64-memory_tagging.patch Patch305: chromium-124-el8-arm64-memory_tagging.patch
Patch306: chromium-127-el8-ifunc-header.patch Patch306: chromium-127-el8-ifunc-header.patch
# workaround for build error due to old atk version on el8
Patch307: chromium-129-el8-atk-compiler-error.patch
# enable fstack-protector-strong # enable fstack-protector-strong
Patch312: chromium-123-fstack-protector-strong.patch Patch312: chromium-123-fstack-protector-strong.patch
@ -1084,6 +1087,7 @@ Qt6 UI for chromium.
%patch -P305 -p1 -b .el8-memory_tagging %patch -P305 -p1 -b .el8-memory_tagging
%patch -P306 -p1 -b .el8-ifunc-header %patch -P306 -p1 -b .el8-ifunc-header
%endif %endif
%patch -P307 -p1 -b .el8-atk-compiler-error
%endif %endif
%patch -P312 -p1 -b .fstack-protector-strong %patch -P312 -p1 -b .fstack-protector-strong

Loading…
Cancel
Save