projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7c16fa
)
build: fixups for sunos
author
Ben Noordhuis
<info@bnoordhuis.nl>
Wed, 31 Aug 2011 19:10:38 +0000
(19:10 +0000)
committer
Ben Noordhuis
<info@bnoordhuis.nl>
Mon, 12 Sep 2011 21:48:30 +0000
(21:48 +0000)
configure-gyp
patch
|
blob
|
history
diff --git
a/configure-gyp
b/configure-gyp
index f1d8a46cabbf34b3a007ffbd5f93ef8be3c80eed..0ec745c939037a4302d932db86355ca9c4d8ed29 100755
(executable)
--- a/
configure-gyp
+++ b/
configure-gyp
@@
-150,7
+150,10
@@
def configure_node(o):
o['variables']['node_use_dtrace'] = 'true' if options.with_dtrace else 'false'
o['variables']['host_arch'] = host_arch()
o['variables']['target_arch'] = target_arch()
- o['variables']['visibility'] = '' # -fvisibility=hidden doesn't work with older gccs
+
+ # TODO move to node.gyp
+ if sys.platform == 'sunos5':
+ o['variables']['visibility'] = '' # FIXME -fvisibility=hidden, should be a gcc check
def configure_libz(o):