summaryrefslogtreecommitdiff
path: root/data/node/configure-ios.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/node/configure-ios.diff')
-rw-r--r--data/node/configure-ios.diff35
1 files changed, 13 insertions, 22 deletions
diff --git a/data/node/configure-ios.diff b/data/node/configure-ios.diff
index c81403d5a..59c6d1fa5 100644
--- a/data/node/configure-ios.diff
+++ b/data/node/configure-ios.diff
@@ -255,26 +255,17 @@ diff -ur node-v12.2.0/deps/uv/uv.gyp node-v12.2.0+iPhone/deps/uv/uv.gyp
# in include/uv/version.h
diff -ur node-v12.2.0/node.gyp node-v12.2.0+iPhone/node.gyp
--- node-v12.2.0/node.gyp 2019-05-07 14:52:15.000000000 +0000
-+++ node-v12.2.0+iPhone/node.gyp 2019-05-23 07:48:01.767172790 +0000
-@@ -656,6 +656,17 @@
- 'common.gypi',
- ],
-
-+ 'conditions': [
-+ ['node_use_node_snapshot=="false" and OS=="ios"', {
-+ # XXX(mac): Is this really needed?
-+ # According to configure.py, code_cache is broken when cross compiling.
-+ 'sources': [
-+ 'src/node_snapshot_stub.cc',
-+ 'src/node_code_cache_stub.cc',
-+ ],
-+ }],
-+ ],
-+
- 'variables': {
- 'openssl_system_ca_path%': '',
- },
-@@ -760,7 +771,7 @@
++++ node-v12.2.0+iPhone/node.gyp 2019-05-23 13:53:05.318455172 +0000
+@@ -545,6 +545,8 @@
+ 'src/node_watchdog.cc',
+ 'src/node_worker.cc',
+ 'src/node_zlib.cc',
++ 'src/node_snapshot_stub.cc',
++ 'src/node_code_cache_stub.cc',
+ 'src/pipe_wrap.cc',
+ 'src/process_wrap.cc',
+ 'src/sharedarraybuffer_metadata.cc',
+@@ -760,7 +762,7 @@
'<(SHARED_INTERMEDIATE_DIR)/node_dtrace_provider.o'
],
}],
@@ -283,7 +274,7 @@ diff -ur node-v12.2.0/node.gyp node-v12.2.0+iPhone/node.gyp
'sources': [
'src/node_dtrace_ustack.cc',
'src/node_dtrace_provider.cc',
-@@ -938,7 +949,7 @@
+@@ -938,7 +940,7 @@
'target_name': 'node_dtrace_provider',
'type': 'none',
'conditions': [
@@ -292,7 +283,7 @@ diff -ur node-v12.2.0/node.gyp node-v12.2.0+iPhone/node.gyp
'actions': [
{
'action_name': 'node_dtrace_provider_o',
-@@ -973,7 +984,7 @@
+@@ -973,7 +975,7 @@
'target_name': 'node_dtrace_ustack',
'type': 'none',
'conditions': [