Skip to content

Commit 37bb1df

Browse files
jbergstroembnoordhuis
authored andcommitted
build: remove mdb from io.js
After upgrading to a newer v8 mdb is pretty much broken - even if using the latest updates from nodejs. If nodejs decides to update their v8 we can give it another go, but for now it's better to remove it than have it in our tree unsupported. PR-URL: #1023 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
1 parent 4874182 commit 37bb1df

10 files changed

+0
-5872
lines changed

configure

-7
Original file line numberDiff line numberDiff line change
@@ -575,13 +575,6 @@ def configure_node(o):
575575
else:
576576
o['variables']['node_use_lttng'] = 'false'
577577

578-
# if we're on illumos based systems wrap the helper library into the
579-
# executable
580-
if flavor == 'solaris':
581-
o['variables']['node_use_mdb'] = 'true'
582-
else:
583-
o['variables']['node_use_mdb'] = 'false'
584-
585578
if options.no_ifaddrs:
586579
o['defines'] += ['SUNOS_NO_IFADDRS']
587580

0 commit comments

Comments
 (0)