build: do not generate support for libuv's probes
authorJulien Gilli <julien.gilli@joyent.com>
Wed, 3 Dec 2014 06:55:53 +0000 (22:55 -0800)
committerJulien Gilli <julien.gilli@joyent.com>
Tue, 9 Dec 2014 20:06:33 +0000 (12:06 -0800)
commit4dc660e164417e0a1bc86eadd825b41d7abb053f
treeec116d649ffb627ac6e0ac945743e1c52a2ab296
parent70195acbe36f56b87d697a16b5bfc2699c89bac5
build: do not generate support for libuv's probes

Dtrace probes were removed from libuv recently, but their usage by node
was not completely removed, causing build breaks on SmartOS.

Even though the build is working on other platforms, these probes are
not fired by libuv anymore, so there's no point in using them on these
platforms too.

Reviewed-by: Trevor Norris <trev.norris@gmail.com>
node.gyp