From 84b159af75ba2975f350530e68295ba8a5c5044b Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Thu, 7 Jan 2021 17:47:38 -0500 Subject: [PATCH] chromium: update to 87.0.4280.141. Disable gold globally since it is now broken on i686, x86_64, and musl. --- srcpkgs/chromium/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 7cb351b6f26..5e4d8129e5d 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -1,7 +1,7 @@ # Template file for 'chromium' pkgname=chromium # See http://www.chromium.org/developers/calendar for the latest version -version=87.0.4280.88 +version=87.0.4280.141 revision=1 archs="i686* x86_64* aarch64* armv7l* ppc64le*" short_desc="Google's attempt at creating a safer, faster, and more stable browser" @@ -9,7 +9,7 @@ maintainer="Enno Boland " license="BSD-3-Clause" homepage="https://www.chromium.org/" distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz" -checksum=3e4645328735ef60db78d1a313efb3770a3edeaede90d076414df52f567a09c0 +checksum=147591d7fc21e1a173701d28bbf35baddb91e64dd96ec16d8eee9a5113403375 nocross=yes lib32disabled=yes @@ -223,12 +223,8 @@ do_configure() { 'use_lld=false' ) - # XXX: gold broken with musl and i686 - case "${XBPS_TARGET_MACHINE}" in - *-musl) conf+=( 'use_gold=false' ) ;; - i686*) conf+=( 'use_gold=false' ) ;; - *) conf+=( 'use_gold=true' ) ;; - esac + # XXX: gold broken with musl, i686, and x86_64 so disable globally + conf+=( 'use_gold=false' ) # Always support proprietary codecs. # Enable H.264 support in bundled ffmpeg.