From b8945fdde784ffe6d51b1a2b9dc200cda0adcbc8 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 26 Dec 2024 10:24:40 +0200 Subject: [PATCH] Revert "node: Do not use shared `abseil-cpp`" This reverts commit 9e70d3c5b07ac87d0f6d2ad85f60ca8bd0e74105. As mentioned here: https://github.com/openwrt/packages/pull/25582#issuecomment-2561673222 Signed-off-by: Alexandru Ardelean --- lang/node/Makefile | 2 +- lang/node/patches/204-v8_gyp.patch | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/lang/node/Makefile b/lang/node/Makefile index cb260b3861d9f..76ff54bcb8cef 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:=2 +PKG_RELEASE:=3 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 97dd951cec8dc..8496a7c717f80 100644 --- a/lang/node/patches/204-v8_gyp.patch +++ b/lang/node/patches/204-v8_gyp.patch @@ -156,17 +156,3 @@ ], 'sources': [ '<(V8_ROOT)/third_party/zlib/adler32.c', -@@ -2229,10 +2254,13 @@ - 'ABSEIL_ROOT': '../../deps/v8/third_party/abseil-cpp', - }, - 'direct_dependent_settings': { -+ 'include_dirs!': [ '