Skip to content

Commit

Permalink
node: make hostpkg icu-enabled
Browse files Browse the repository at this point in the history
Made the necessary changes to build the latest version of adguardhome.
See this thread : openwrt/packages#14717

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
  • Loading branch information
nxhack authored and Lienol committed Dec 19, 2021
1 parent 252e4b7 commit 144b092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 144b092

Please sign in to comment.