From 2b8e82b4e451eb6d902c463bd808f744ce7b533f Mon Sep 17 00:00:00 2001 From: Bard Date: Mon, 20 Nov 2023 01:07:10 +0800 Subject: [PATCH] makefile: only compatible with musl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c8396c..0ecfd7f 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ define Package/node SUBMENU:=Node.js TITLE:=Node.js is a platform built on Chrome's JavaScript runtime URL:=https://nodejs.org/ - DEPENDS:=@HAS_FPU @(i386||x86_64||arm||aarch64||mipsel) \ + DEPENDS:=@USE_MUSL @HAS_FPU @(i386||x86_64||arm||aarch64||mipsel) \ +libstdcpp +libopenssl +zlib +libnghttp2 +libuv \ +libcares +libatomic +NODEJS_ICU_SYSTEM:icu +NODEJS_ICU_SYSTEM:icu-full-data endef