From f70b138fcbf88e23ae5f645fa70041a7ae3f8359 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 27 Jul 2012 10:56:40 -0700 Subject: [PATCH] always link sunos builds with libumem --- node.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/node.gyp b/node.gyp index 4b6c83fc8a..84ec69d6b7 100644 --- a/node.gyp +++ b/node.gyp @@ -226,6 +226,7 @@ [ 'OS=="solaris"', { 'libraries': [ '-lkstat', + '-lumem', ], }], ],