Skip to content

Commit

Permalink
Revert "node: Do not use shared abseil-cpp"
Browse files Browse the repository at this point in the history
This reverts commit 9e70d3c.

As mentioned here:
   #25582 (comment)

Signed-off-by: Alexandru Ardelean <[email protected]>
  • Loading branch information
commodo committed Dec 26, 2024
1 parent db853b5 commit 031bf6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
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:=2
PKG_RELEASE:=3
NODE_MODULE_VERSION:=127

PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
Expand Down
14 changes: 0 additions & 14 deletions lang/node/patches/204-v8_gyp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
],

0 comments on commit 031bf6f

Please sign in to comment.