From c900c85e21a04fc01d5d3b08b1d9d3b1a4eae62e Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 24 Mar 2025 11:40:50 -0500 Subject: [PATCH] fix(extest): Remove Mold linker argument (#4136) Signed-off-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 6f49a38fe8..9064e42a52 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