From cea30ba80d95261a94d4ec08ae0df835d753b045 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 22 Oct 2024 09:46:50 +0200 Subject: [PATCH] Fix Shadowsocks-Rust compilation on kernel 5.4 --- rust/rust-values.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/rust-values.mk b/rust/rust-values.mk index 8c924c7a0..e36336939 100644 --- a/rust/rust-values.mk +++ b/rust/rust-values.mk @@ -106,4 +106,4 @@ CARGO_PKG_CONFIG_VARS= \ CARGO_PKG_PROFILE:=$(if $(CONFIG_DEBUG),dev,release) -CARGO_RUSTFLAGS+=-Clink-arg=-fuse-ld=$(TARGET_LINKER) \ No newline at end of file +#CARGO_RUSTFLAGS+=-Clink-arg=-fuse-ld=$(TARGET_LINKER) \ No newline at end of file