From 081a77bd35241a659db350bfdb13a528676801fd Mon Sep 17 00:00:00 2001 From: cgalibern Date: Fri, 6 Mar 2015 16:33:07 +0100 Subject: [PATCH] Compilation failed on Solaris 11.2 GCC 4.8.2 because of undefined std::isnan ... Try to rebuild node as suggested into #7004 #9282 --- common.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/common.gypi b/common.gypi index 8886b743927d..7c0e9f46dd71 100644 --- a/common.gypi +++ b/common.gypi @@ -190,6 +190,7 @@ 'ldflags': [ '-m64' ], }], [ 'OS=="solaris"', { + 'defines': ['_GLIBCXX_USE_C99_MATH'], 'cflags': [ '-pthreads' ], 'ldflags': [ '-pthreads' ], 'cflags!': [ '-pthread' ],