From ae8b3dc8bc5c0b46e41470a4ef7c3a6475d146b9 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 17 Dec 2020 08:30:42 +0100 Subject: [PATCH] icecat: disable rust simd --- srcpkgs/icecat/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/icecat/template b/srcpkgs/icecat/template index ddfef4f8a34..abdab533f71 100644 --- a/srcpkgs/icecat/template +++ b/srcpkgs/icecat/template @@ -138,10 +138,11 @@ do_build() { build/moz.configure/toolchain.configure fi - case "$XBPS_TARGET_MACHINE" in - aarch64*|i686*|x86_64*) - echo "ac_add_options --enable-rust-simd" >>.mozconfig ;; - esac + # FIXME: incompatible with rust 1.48 in this release + #case "$XBPS_TARGET_MACHINE" in + #aarch64*|i686*|x86_64*) + # echo "ac_add_options --enable-rust-simd" >>.mozconfig ;; + #esac export LDFLAGS+=" -Wl,-rpath=/usr/lib/icecat"