Revert "node: Do not use shared `abseil-cpp`"
authorAlexandru Ardelean <alex@shruggie.ro>
Thu, 26 Dec 2024 08:24:40 +0000 (10:24 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 26 Dec 2024 11:35:49 +0000 (13:35 +0200)
This reverts commit 9e70d3c5b07ac87d0f6d2ad85f60ca8bd0e74105.

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

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
lang/node/Makefile
lang/node/patches/204-v8_gyp.patch

index cb260b3861d9fd32e09c6925d7ef222f5077d0e8..76ff54bcb8cef7aeb22395c434fe8ec815dbee6e 100644 (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
index 97dd951cec8dc8ba38c135bb477a1c2c295a1a87..8496a7c717f80542cab2dafc085f39c9f9cc0d1e 100644 (file)
        ],
        '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)',
-       ],