gyp: use --export-dynamic on FreeBSD
Should help addons use OpenSSL functions. Reviewed-By: Fedor Indutny <fedor@indutny.com>
This commit is contained in:
parent
ada85d7307
commit
f39e608c6e
@ -235,6 +235,11 @@
|
|||||||
}],
|
}],
|
||||||
['OS=="freebsd" and node_use_dtrace=="true"', {
|
['OS=="freebsd" and node_use_dtrace=="true"', {
|
||||||
'libraries': [ '-lelf' ],
|
'libraries': [ '-lelf' ],
|
||||||
|
}],
|
||||||
|
['OS=="freebsd"', {
|
||||||
|
'ldflags': [
|
||||||
|
'-Wl,--export-dynamic',
|
||||||
|
],
|
||||||
}]
|
}]
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user