diff options
author | B Stack <bgstack15@gmail.com> | 2019-12-18 10:30:59 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-12-18 10:30:59 -0500 |
commit | 096fb8c6275c32f6a46872392bebc40d4497dcd7 (patch) | |
tree | b6f42591f273e7bbf54abc8854296c509bf2c9f6 /waterfox | |
parent | ublock origin overall updates (diff) | |
download | stackrpms-096fb8c6275c32f6a46872392bebc40d4497dcd7.tar.gz stackrpms-096fb8c6275c32f6a46872392bebc40d4497dcd7.tar.bz2 stackrpms-096fb8c6275c32f6a46872392bebc40d4497dcd7.zip |
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.
Diffstat (limited to 'waterfox')
-rw-r--r-- | waterfox/waterfox.spec | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bgstack15@gmail.com> - 2019.12-11.classic - add el7 and el8 support - repackage for stackrpms +- disable simd globally * Tue Dec 10 2019 Phantom X <megaphantomx at bol dot com dot br> - 2019.12-1.classic - 2019.12 |