Revert "node: Do not use shared abseil-cpp"

This reverts commit 9e70d3c5b0.

As mentioned here:
   https://github.com/openwrt/packages/pull/25582#issuecomment-2561673222

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2024-12-26 10:24:40 +02:00
committed by Alexandru Ardelean
parent db853b5d58
commit 031bf6f355
2 changed files with 1 additions and 15 deletions

View File

@@ -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

View File

@@ -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!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
'include_dirs': [
'<(ABSEIL_ROOT)',
+ '<!@(echo "$STAGING_DIR"/usr/../usr/include)',
],
},
+ 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
'include_dirs': [
'<(ABSEIL_ROOT)',
],