From 096fb8c6275c32f6a46872392bebc40d4497dcd7 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 18 Dec 2019 10:30:59 -0500 Subject: waterfox disable simd for all rpm However, the dpkg is failing because of rust 1.39 in Debian buster/unstable and not simd which is already disabled. --- waterfox/waterfox.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'waterfox/waterfox.spec') diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index 051cfd9..0705e98 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -72,7 +72,7 @@ ExcludeArch: armv7hl %global disable_elfhack 0 %global build_stylo 0 -%global build_rust_simd 1 +%global build_rust_simd 0 # Set to build with pinned rust version # This enables stylo build when default rust version is not supported # and a downgraded rust package exists @@ -1063,6 +1063,7 @@ fi * Wed Dec 11 2019 B Stack - 2019.12-11.classic - add el7 and el8 support - repackage for stackrpms +- disable simd globally * Tue Dec 10 2019 Phantom X - 2019.12-1.classic - 2019.12 -- cgit