From a5a28bfa9f68d1ea40b0f771cefc18e71b3fc56e Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 20 Dec 2021 00:51:41 +0800 Subject: [PATCH] v2raya: disable CGO to be compatible with different musl library Signed-off-by: Tianling Shen --- v2raya/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2raya/Makefile b/v2raya/Makefile index 436ba82..feef4b0 100644 --- a/v2raya/Makefile +++ b/v2raya/Makefile @@ -55,6 +55,8 @@ define Package/v2raya/conffiles /etc/config/v2raya endef +GO_PKG_TARGET_VARS:=$(filter-out CGO_ENABLED=%,$(GO_PKG_TARGET_VARS)) CGO_ENABLED=0 + define Build/Compile ( \ pushd $(PKG_BUILD_DIR)/../gui ; \ -- 2.11.0