Browse Source

gyp: use --export-dynamic on FreeBSD

Should help addons use OpenSSL functions.

Reviewed-By: Fedor Indutny <fedor@indutny.com>
v0.10.32-release
Fedor Indutny 11 years ago
parent
commit
f39e608c6e
  1. 5
      common.gypi

5
common.gypi

@ -235,6 +235,11 @@
}],
['OS=="freebsd" and node_use_dtrace=="true"', {
'libraries': [ '-lelf' ],
}],
['OS=="freebsd"', {
'ldflags': [
'-Wl,--export-dynamic',
],
}]
],
}

Loading…
Cancel
Save