From b2ac6c6f177c45c1c3274e4316c286378b50222e Mon Sep 17 00:00:00 2001 From: MoetaYuko Date: Sat, 3 Jun 2023 17:39:29 +0800 Subject: [PATCH] naiveproxy: Don't build for riscv64 (#2603) https://github.com/klzgrad/naiveproxy/issues/518 --- naiveproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naiveproxy/Makefile b/naiveproxy/Makefile index b45ce0c8f..061250fa9 100644 --- a/naiveproxy/Makefile +++ b/naiveproxy/Makefile @@ -43,7 +43,7 @@ define Package/naiveproxy SUBMENU:=Web Servers/Proxies TITLE:=Make a fortune quietly URL:=https://github.com/klzgrad/naiveproxy - DEPENDS:=@!(arc||armeb||mips||mips64||powerpc||TARGET_gemini) +libatomic + DEPENDS:=@!(arc||armeb||mips||mips64||powerpc||riscv64||TARGET_gemini) +libatomic endef define Package/naiveproxy/description