From a4658e36bfb12bfe92b96df455994aa9f410bcee Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 14 Oct 2024 12:46:25 +0300 Subject: gnu: icecat: Fix building with newer rust. * gnu/packages/gnuzilla.scm (icecat-minimal)[arguments]: Adjust the configure-flags to temporarily disable rust SIMD optimizations. Change-Id: I799a97582e87419a6c580bb849485e48752443f7 --- gnu/packages/gnuzilla.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 0ffc6f95c4..bf7ae54e9c 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -815,7 +815,8 @@ variable defined below. It requires guile-json to be installed." "--disable-debug" "--disable-debug-symbols" - "--enable-rust-simd" + ;; TODO: Re-enable after updating to the 128 ESR. + ;"--enable-rust-simd" "--enable-release" "--enable-optimize" "--enable-strip" -- cgit v1.2.3