From d294c7b728cd1a4884cb7d2f0b635830099fd945 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 10 Jan 2021 15:44:38 +0100 Subject: [PATCH] chromium: broken on i686 until binutils is rebuilt --- srcpkgs/chromium/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 5e4d8129e5d..10b2c6c2d18 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -45,6 +45,10 @@ esac build_options_default="clang js_optimize vaapi pulseaudio pipewire" +case "$XBPS_TARGET_MACHINE" in + i686*) broken="until binutils update is done";; +esac + post_patch() { if [ "$XBPS_TARGET_LIBC" = "musl" ]; then for f in "${FILESDIR}"/musl-patches/*.patch; do