[arch-commits] Commit in chromium/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Jul 21 10:14:02 UTC 2021
Date: Wednesday, July 21, 2021 @ 10:14:01
Author: foutrelis
Revision: 420248
upgpkg: chromium 92.0.4515.107-2: build w/ use_allocator=none (FS#71568)
Temporary workaround for Chromium's network service crashing when
systemd-resolved (v249) is active.
Related upstream reports:
- https://crbug.com/1221442
- https://github.com/systemd/systemd/issues/20111
Modified:
chromium/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-21 09:22:46 UTC (rev 420247)
+++ PKGBUILD 2021-07-21 10:14:01 UTC (rev 420248)
@@ -5,7 +5,7 @@
pkgname=chromium
pkgver=92.0.4515.107
-pkgrel=1
+pkgrel=2
_launcher_ver=7
_gcc_patchset=7
pkgdesc="A web browser built for speed, simplicity, and security"
@@ -137,6 +137,7 @@
'host_toolchain="//build/toolchain/linux/unbundle:default"'
'clang_use_chrome_plugins=false'
'is_official_build=true' # implies is_cfi=true on x86_64
+ 'use_allocator="none"' # https://crbug.com/1221442
'treat_warnings_as_errors=false'
'fieldtrial_testing_like_official_build=true'
'ffmpeg_branding="Chrome"'
More information about the arch-commits
mailing list