From e6178717d73b753c61366952b17d891119c9f2e4 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Sat, 28 Dec 2024 07:40:50 +0900 Subject: [PATCH] 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 --- lang/node/Makefile | 2 +- lang/node/patches/204-v8_gyp.patch | 24 ++++++++++++++++-------- 2 files changed, 17 insertions(+), 9 deletions(-) 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': [ '