Accepting request 79098 from home:rwooninck:chromium
Move chromium to it's own place OBS-URL: https://build.opensuse.org/request/show/79098 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1
This commit is contained in:
16
chromium-102-regex_pattern-array.patch
Normal file
16
chromium-102-regex_pattern-array.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
Index: chromium-123.0.6312.46/components/autofill/core/browser/BUILD.gn
|
||||
===================================================================
|
||||
--- chromium-123.0.6312.46.orig/components/autofill/core/browser/BUILD.gn
|
||||
+++ chromium-123.0.6312.46/components/autofill/core/browser/BUILD.gn
|
||||
@@ -64,6 +64,11 @@
|
||||
}
|
||||
|
||||
static_library("browser") {
|
||||
+ if (is_clang) {
|
||||
+ cflags = [
|
||||
+ "-fbracket-depth=1000",
|
||||
+ ]
|
||||
+ }
|
||||
sources = [
|
||||
"autofill_browser_util.cc",
|
||||
"autofill_browser_util.h",
|
||||
Reference in New Issue
Block a user