Skip to content

Commit

Permalink
build: remove mdb from io.js
Browse files Browse the repository at this point in the history
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 <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
jbergstroem authored and bnoordhuis committed Mar 5, 2015
1 parent 4874182 commit 37bb1df
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 5,872 deletions.
7 changes: 0 additions & 7 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -575,13 +575,6 @@ def configure_node(o):
else:
o['variables']['node_use_lttng'] = 'false'

# if we're on illumos based systems wrap the helper library into the
# executable
if flavor == 'solaris':
o['variables']['node_use_mdb'] = 'true'
else:
o['variables']['node_use_mdb'] = 'false'

if options.no_ifaddrs:
o['defines'] += ['SUNOS_NO_IFADDRS']

Expand Down
Loading

0 comments on commit 37bb1df

Please sign in to comment.