From: Austin Lane Date: Thu, 19 Dec 2024 21:15:13 +0000 (-0500) Subject: node: Do not use shared `abseil-cpp` X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9e70d3c5b07ac87d0f6d2ad85f60ca8bd0e74105;p=feed%2Fpackages.git node: Do not use shared `abseil-cpp` Signed-off-by: Austin Lane --- diff --git a/lang/node/Makefile b/lang/node/Makefile index 79097a9bda..cb260b3861 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:=1 +PKG_RELEASE:=2 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..97dd951cec 100644 --- a/lang/node/patches/204-v8_gyp.patch +++ b/lang/node/patches/204-v8_gyp.patch @@ -156,3 +156,17 @@ ], '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!': [ '