From 75ddf70cc4d105a64a43f9b8dad57844f133fc6a Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 14 Nov 2024 15:20:12 +0200 Subject: [PATCH] Fix patch9 Signed-off-by: David Abdurachmanov --- rust.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index 0a30433..295925c 100644 --- a/rust.spec +++ b/rust.spec @@ -164,8 +164,8 @@ Patch6: rustc-1.82.0-unbundle-sqlite.patch # https://github.com/rust-lang/rust/pull/130034 Patch7: 0001-Fix-enabling-wasm-component-ld-to-match-other-tools.patch -https://github.com/felixonmars/archriscv-packages/pull/4243 -https://github.com/rust-lang/rust/issues/129268#issuecomment-2430520140 +#https://github.com/felixonmars/archriscv-packages/pull/4243 +#https://github.com/rust-lang/rust/issues/129268#issuecomment-2430520140 Patch9: 0001-compiler_builtins-disable-f16-and-f128.patch ### RHEL-specific patches below ### @@ -675,6 +675,7 @@ rm -rf %{wasi_libc_dir}/dlmalloc/ %patch -P6 -p1 %endif %patch -P7 -p1 +%patch -P9 -p1 %if %with disabled_libssh2 %patch -P100 -p1