node: bump to v18.15.0
Update to v18.15.0 Fixed bug using system-icu Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
parent
a4b9697684
commit
94345b0325
5 changed files with 33 additions and 17 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=node
|
PKG_NAME:=node
|
||||||
PKG_VERSION:=v18.14.2
|
PKG_VERSION:=v18.15.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://nodejs.org/dist/$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://nodejs.org/dist/$(PKG_VERSION)
|
||||||
PKG_HASH:=fbc364dd25fee2cacc0f2033db2d86115fc07575310ea0e64408b8170d09c685
|
PKG_HASH:=8e44d65018ff973284195c23186469a0ea4082e97ec4200e5f5706d5584daa37
|
||||||
|
|
||||||
PKG_MAINTAINER:=Hirokazu MORIKAWA <morikw2@gmail.com>, Adrian Panella <ianchi74@outlook.com>
|
PKG_MAINTAINER:=Hirokazu MORIKAWA <morikw2@gmail.com>, Adrian Panella <ianchi74@outlook.com>
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'v8_base_without_compiler',
|
'v8_base_without_compiler',
|
||||||
'v8_compiler_for_mksnapshot',
|
'v8_compiler_for_mksnapshot',
|
||||||
@@ -1442,6 +1445,7 @@
|
@@ -1450,6 +1453,7 @@
|
||||||
{
|
{
|
||||||
'target_name': 'torque',
|
'target_name': 'torque',
|
||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'torque_base',
|
'torque_base',
|
||||||
# "build/win:default_exe_manifest",
|
# "build/win:default_exe_manifest",
|
||||||
@@ -1480,6 +1484,7 @@
|
@@ -1488,6 +1492,7 @@
|
||||||
{
|
{
|
||||||
'target_name': 'torque-language-server',
|
'target_name': 'torque-language-server',
|
||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['want_separate_host_toolset', {
|
['want_separate_host_toolset', {
|
||||||
'toolsets': ['host'],
|
'toolsets': ['host'],
|
||||||
@@ -1507,6 +1512,8 @@
|
@@ -1515,6 +1520,8 @@
|
||||||
{
|
{
|
||||||
'target_name': 'gen-regexp-special-case',
|
'target_name': 'gen-regexp-special-case',
|
||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'<(V8_ROOT)/include',
|
'<(V8_ROOT)/include',
|
||||||
],
|
],
|
||||||
@@ -1729,6 +1736,7 @@
|
@@ -1737,6 +1744,7 @@
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
'direct_dependent_settings': {
|
'direct_dependent_settings': {
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'<(V8_ROOT)/include',
|
'<(V8_ROOT)/include',
|
||||||
],
|
],
|
||||||
@@ -1909,15 +1917,19 @@
|
@@ -1917,15 +1925,19 @@
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
'direct_dependent_settings': {
|
'direct_dependent_settings': {
|
||||||
|
|
26
lang/node/patches/992-v8_add_include_dirs.patch
Normal file
26
lang/node/patches/992-v8_add_include_dirs.patch
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
--- a/tools/v8_gypfiles/v8.gyp
|
||||||
|
+++ b/tools/v8_gypfiles/v8.gyp
|
||||||
|
@@ -242,6 +242,7 @@
|
||||||
|
'sources': [
|
||||||
|
'<(V8_ROOT)/src/init/setup-isolate-full.cc',
|
||||||
|
],
|
||||||
|
+ 'include_dirs': [ '<!@(echo "$STAGING_DIR"/usr/../usr/include)' ],
|
||||||
|
}, # v8_init
|
||||||
|
{
|
||||||
|
'target_name': 'v8_initializers',
|
||||||
|
@@ -714,6 +715,7 @@
|
||||||
|
'v8_shared_internal_headers',
|
||||||
|
],
|
||||||
|
'sources': ['<@(v8_compiler_sources)'],
|
||||||
|
+ 'include_dirs': [ '<!@(echo "$STAGING_DIR"/usr/../usr/include)' ],
|
||||||
|
'conditions': [
|
||||||
|
['OS=="win"', {
|
||||||
|
'msvs_precompiled_header': '<(V8_ROOT)/../../tools/msvs/pch/v8_pch.h',
|
||||||
|
@@ -1431,6 +1433,7 @@
|
||||||
|
'type': 'executable',
|
||||||
|
'libraries!':[ '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
|
||||||
|
'library_dirs':[ '../../../../staging_dir/hostpkg/share/icu/current/lib' ],
|
||||||
|
+ 'include_dirs': [ '<!@(echo "$STAGING_DIR"/usr/../usr/include)' ],
|
||||||
|
'dependencies': [
|
||||||
|
'v8_base_without_compiler',
|
||||||
|
'v8_compiler_for_mksnapshot',
|
|
@ -1,10 +0,0 @@
|
||||||
--- a/tools/v8_gypfiles/v8.gyp
|
|
||||||
+++ b/tools/v8_gypfiles/v8.gyp
|
|
||||||
@@ -714,6 +714,7 @@
|
|
||||||
'v8_shared_internal_headers',
|
|
||||||
],
|
|
||||||
'sources': ['<@(v8_compiler_sources)'],
|
|
||||||
+ 'include_dirs': [ '<!@(echo "$STAGING_DIR"/usr/../usr/include)' ],
|
|
||||||
'conditions': [
|
|
||||||
['OS=="win"', {
|
|
||||||
'msvs_precompiled_header': '<(V8_ROOT)/../../tools/msvs/pch/v8_pch.h',
|
|
Loading…
Reference in a new issue