Skip to content

Commit

Permalink
node: Do not use shared abseil-cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Lane <[email protected]>
  • Loading branch information
vidplace7 committed Dec 19, 2024
1 parent bbc02fa commit 6f17d33
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lang/node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions lang/node/patches/204-v8_gyp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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!': [ '<!@(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)',
],

0 comments on commit 6f17d33

Please sign in to comment.