commit ae6042e2ac7ca2e74ffc46aa9400122ed690c03b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Sep 27 15:39:47 2021 +0100
Fix for ancient f33 clang
chromium-freeworld.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 236146b..ed8cf9f 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -596,6 +596,9 @@ gn_args=(
proprietary_codecs=false
%endif
enable_nacl=false
+%if 0%{?fedora} < 34
+ chrome_pgo_phase=0
+%endif
enable_hangout_services_extension=true
fatal_linker_warnings=false
treat_warnings_as_errors=false
Show replies by date