You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
945 B

diff -u -r ../node-v6.5.0/common.gypi ./common.gypi
--- ../node-v6.5.0/common.gypi 2016-08-26 11:27:16.000000000 -0400
+++ ./common.gypi 2016-09-14 18:33:18.677745057 -0400
@@ -78,7 +78,10 @@
}],
['OS == "android"', {
'cflags': [ '-fPIE' ],
- 'ldflags': [ '-fPIE', '-pie' ]
+ 'ldflags': [ '-fPIE' ],
+ 'target_conditions': [
+ ['_type == "executable"', {'ldflags': [ '-pie' ]}]
+ ]
}],
['node_shared=="true"', {
'msvs_settings': {
@@ -128,7 +131,10 @@
}],
['OS == "android"', {
'cflags': [ '-fPIE' ],
- 'ldflags': [ '-fPIE', '-pie' ]
+ 'ldflags': [ '-fPIE' ],
+ 'target_conditions': [
+ ['_type == "executable"', {'ldflags': [ '-pie' ]}]
+ ]
}],
['node_shared=="true"', {
'msvs_settings': {