mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #8796 from cotequeiroz/node_mips64
node: don't build on unsupported cpus, remove menu
This commit is contained in:
+6
-3
@@ -37,7 +37,10 @@ define Package/node
|
|||||||
SUBMENU:=Node.js
|
SUBMENU:=Node.js
|
||||||
TITLE:=Node.js is a platform built on Chrome's JavaScript runtime
|
TITLE:=Node.js is a platform built on Chrome's JavaScript runtime
|
||||||
URL:=https://nodejs.org/
|
URL:=https://nodejs.org/
|
||||||
DEPENDS:=@(HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) +libstdcpp +libopenssl +zlib +libnghttp2 +libuv +libhttp-parser +USE_UCLIBC:libpthread +USE_UCLIBC:librt +NODEJS_ICU:icu
|
DEPENDS:=@(HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) @!arc @!armeb \
|
||||||
|
+libstdcpp +libopenssl +zlib +libnghttp2 +libuv +libhttp-parser \
|
||||||
|
+USE_UCLIBC:libpthread +USE_UCLIBC:librt \
|
||||||
|
+NODEJS_ICU:icu
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/node/description
|
define Package/node/description
|
||||||
@@ -60,13 +63,13 @@ define Package/node-npm/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/node/config
|
define Package/node/config
|
||||||
menu "Module Selection"
|
if PACKAGE_node
|
||||||
|
|
||||||
config NODEJS_ICU
|
config NODEJS_ICU
|
||||||
bool "enable i18n features"
|
bool "enable i18n features"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
endmenu
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
NODEJS_CPU:=$(subst powerpc,ppc,$(subst aarch64,arm64,$(subst x86_64,x64,$(subst i386,ia32,$(ARCH)))))
|
NODEJS_CPU:=$(subst powerpc,ppc,$(subst aarch64,arm64,$(subst x86_64,x64,$(subst i386,ia32,$(ARCH)))))
|
||||||
|
|||||||
Reference in New Issue
Block a user