From: Hirokazu MORIKAWA Date: Fri, 27 Dec 2024 22:40:50 +0000 (+0900) Subject: node: remake - do not use shared abseil-cpp X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e6178717d73b753c61366952b17d891119c9f2e4;p=feed%2Fpackages.git node: remake - do not use shared abseil-cpp remake this commit https://github.com/openwrt/packages/pull/25582 Fix nodejs compile errors after the introduction of abseil-cpp in #25565 Signed-off-by: Hirokazu MORIKAWA --- diff --git a/lang/node/Makefile b/lang/node/Makefile index 76ff54bcb8..6d458432da 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=node PKG_VERSION:=22.11.0 -PKG_RELEASE:=3 +PKG_RELEASE:=4 NODE_MODULE_VERSION:=127 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz diff --git a/lang/node/patches/204-v8_gyp.patch b/lang/node/patches/204-v8_gyp.patch index 8496a7c717..5dba48a4f8 100644 --- a/lang/node/patches/204-v8_gyp.patch +++ b/lang/node/patches/204-v8_gyp.patch @@ -28,7 +28,7 @@ 'sources': [ '<(V8_ROOT)/src/init/setup-isolate-full.cc', ], -+ 'include_dirs': [ '