diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-28 23:31:27 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-30 05:20:27 +0000 |
commit | 0162297388e005782cf6577a950a1e4d6707ead1 (patch) | |
tree | 345e123129ac644e2d237554cfa68c5d7e239bb1 /community/chromium/chromium-clang-r2.patch | |
parent | 2f448dd87466e2cf21a93eca35c167c983e3ac7a (diff) | |
download | aports-0162297388e005782cf6577a950a1e4d6707ead1.tar.bz2 aports-0162297388e005782cf6577a950a1e4d6707ead1.tar.xz |
community/chromium: upgrade to 68.0.3440.75
disable widevine as upstream only supports Mac and Windows now. (and I
don't think it ever worked on alpine)
Diffstat (limited to 'community/chromium/chromium-clang-r2.patch')
-rw-r--r-- | community/chromium/chromium-clang-r2.patch | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/chromium/chromium-clang-r2.patch b/community/chromium/chromium-clang-r2.patch index 94932b559a..1c2955796f 100644 --- a/community/chromium/chromium-clang-r2.patch +++ b/community/chromium/chromium-clang-r2.patch @@ -1,14 +1,16 @@ +diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn +index 83337d5..8cb93e3 100644 --- ./build/config/compiler/BUILD.gn +++ ./build/config/compiler/BUILD.gn -@@ -422,18 +422,6 @@ - cflags += [ "-fcolor-diagnostics" ] +@@ -488,18 +488,6 @@ config("compiler") { + } } -- # TODO(hans): Remove this once Clang generates better optimized debug info by -- # default. https://crbug.com/765793 - if (is_clang && !is_nacl && current_toolchain == host_toolchain && - target_os != "chromeos") { - cflags += [ +- # TODO(hans): Remove this once Clang generates better optimized debug info +- # by default. https://crbug.com/765793 - "-Xclang", - "-mllvm", - "-Xclang", |