opnsense-ports/www/node/files/patch-node.gyp
Franco Fichtner 948d1a78c1 */*: sync with upstream
Taken from: FreeBSD
2017-05-11 13:55:08 +02:00

15 lines
614 B
Python

--- node.gyp.orig 2017-05-10 12:22:23 UTC
+++ node.gyp
@@ -513,6 +513,12 @@
'<(OBJ_DIR)/node/src/node_dtrace_ustack.o'
],
'conditions': [
+ [ 'target_arch=="arm"', {
+ 'action': [
+ 'dtrace', '-32', '-I<(SHARED_INTERMEDIATE_DIR)', '-Isrc',
+ '-C', '-G', '-s', 'src/v8ustack.d', '-o', '<@(_outputs)',
+ ]
+ } ],
[ 'target_arch=="ia32"', {
'action': [
'dtrace', '-32', '-I<(SHARED_INTERMEDIATE_DIR)', '-Isrc',