From 5fd41c83b791037297ab2894d176f7e0f205dfb0 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 12 May 2016 12:08:51 +0000 Subject: [PATCH] extra/chromium to 50.0.2661.102-1.1 --- extra/chromium/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/extra/chromium/PKGBUILD b/extra/chromium/PKGBUILD index 89502e0d7..af93c75ce 100644 --- a/extra/chromium/PKGBUILD +++ b/extra/chromium/PKGBUILD @@ -19,7 +19,7 @@ buildarch=12 highmem=1 pkgname=chromium -pkgver=50.0.2661.94 +pkgver=50.0.2661.102 pkgrel=1.1 _launcher_ver=3 pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser" @@ -44,7 +44,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgn chromium-widevine.patch 0001-system-ffmpeg-fixes.patch 0002-Linux-Sandbox-whitelist-arm64-syscalls.patch) -sha256sums=('66f0516b076d42b3f00a5fa4ebf31304cb98973179b1cb2fecda8e0b186dba19' +sha256sums=('12135ef890c2bd13b653a06e2a44e8f251a65fe9e91404c792d27e346c5d57c6' '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28' '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9' '4660344789c45c9b9e52cb6d86f7cb6edb297b39320d04f6947e5216d6e5f64c' @@ -113,6 +113,11 @@ build() { # CFLAGS are passed through release_extra_cflags below export -n CFLAGS CXXFLAGS + # Work around bug in v8 in which GCC 6 optimizes away null pointer checks + # https://bugs.chromium.org/p/v8/issues/detail?id=3782 + # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69234 + CFLAGS+=' -fno-delete-null-pointer-checks' + local _chromium_conf=( -Dgoogle_api_key=$_google_api_key -Dgoogle_default_client_id=$_google_default_client_id