From 6692ca0e55bbad9511703d22d0fc6c5496c85885 Mon Sep 17 00:00:00 2001 From: sbwml <984419930@qq.com> Date: Sun, 22 Jan 2023 01:36:23 +0800 Subject: [PATCH] shadowsocks-rust: aarch64 & x86 glibc compatible --- shadowsocks-rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-rust/Makefile b/shadowsocks-rust/Makefile index 67e53433e..f00a5061c 100644 --- a/shadowsocks-rust/Makefile +++ b/shadowsocks-rust/Makefile @@ -60,7 +60,7 @@ define Package/shadowsocks-rust/Default SUBMENU:=Web Servers/Proxies TITLE:=shadowsocks-rust $(1) URL:=https://github.com/shadowsocks/shadowsocks-rust - DEPENDS:=@USE_MUSL @(aarch64||arm||i386||mips||mipsel||x86_64) @!(TARGET_x86_geode||TARGET_x86_legacy) + DEPENDS:=@(USE_MUSL||(USE_GLIBC&&aarch64)||(USE_GLIBC&&x86_64)) @(aarch64||arm||i386||mips||mipsel||x86_64) @!(TARGET_x86_geode||TARGET_x86_legacy) endef define Package/shadowsocks-rust-$(1)/install