node: make hostpkg icu-enabled
authorHirokazu MORIKAWA <morikw2@gmail.com>
Wed, 17 Feb 2021 01:30:56 +0000 (10:30 +0900)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 26 Feb 2021 11:49:25 +0000 (12:49 +0100)
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>
(cherry picked from commit 884761c4dfac2d6cca0413e2b876321036a11698)

lang/node/Makefile

index aebb249792482b84a24ab929589e89db7bcf9bf7..bbd5c2af0f501bf764c44aba955fbbeb4d7b6aa5 100644 (file)
@@ -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