From a39f3d798cdd14fab71458fd13cd903b8916fae1 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:44:25 -0700 Subject: [PATCH] fix(extest): Remove Mold linker argument (#4136) (#4143) Signed-off-by: Gilver (cherry picked from commit c900c85e21a04fc01d5d3b08b1d9d3b1a4eae62e) Co-authored-by: Gilver --- anda/misc/extest/rust-extest.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/anda/misc/extest/rust-extest.spec b/anda/misc/extest/rust-extest.spec index 5351523df8..7414a2cedc 100644 --- a/anda/misc/extest/rust-extest.spec +++ b/anda/misc/extest/rust-extest.spec @@ -16,12 +16,10 @@ # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ -# Use Mold as the linker -%global build_rustflags %build_rustflags -C link-arg=-fuse-ld=mold Name: extest Version: %{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 2%?dist Summary: X11 XTEST reimplementation primarily for Steam Controller on Wayland License: MIT