diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2021-02-17 10:30:56 +0900 |
---|---|---|
committer | Hirokazu MORIKAWA <morikw2@gmail.com> | 2021-02-17 10:30:56 +0900 |
commit | 884761c4dfac2d6cca0413e2b876321036a11698 (patch) | |
tree | e1cb6770cea2734eede425fb64b221472baa95b0 /lang/node | |
parent | d053df65e9421c57741d3369922a0c9b15bb8926 (diff) |
node: make hostpkg icu-enabled
Made the necessary changes to build the latest version of adguardhome.
See this thread : https://github.com/openwrt/packages/pull/14717
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Diffstat (limited to 'lang/node')
-rw-r--r-- | lang/node/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/node/Makefile b/lang/node/Makefile index aebb24979..bbd5c2af0 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=node PKG_VERSION:=v14.15.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://nodejs.org/dist/$(PKG_VERSION) @@ -127,7 +127,7 @@ HOST_CONFIGURE_VARS:= HOST_CONFIGURE_ARGS:= \ --dest-os=$(if $(findstring Darwin,$(HOST_OS)),mac,linux) \ - --with-intl=none \ + --with-intl=small-icu \ --prefix=$(STAGING_DIR_HOSTPKG) define Build/InstallDev |