From: Alexandru Ardelean Date: Thu, 26 Dec 2024 08:24:40 +0000 (+0200) Subject: Revert "node: Do not use shared `abseil-cpp`" X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=031bf6f3554921676e6ba3fa67be336115300c8e;p=openwrt-packages.git 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 --- diff --git a/lang/node/Makefile b/lang/node/Makefile index cb260b386..76ff54bcb 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 97dd951ce..8496a7c71 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!': [ '