node/deps
Ben Noordhuis 3f3a71e61e deps: fix v8 link error with glibc < 2.17
Commit f9ced08 switches V8 on Linux over from gettimeofday() to
clock_getres() and clock_gettime().  As of glibc 2.17, those functions
live in libc.  For older versions, we need to pull them in from librt.

Fixes the following link-time error;

    Release/obj.target/deps/v8/tools/gyp/libv8_base.a(platform-posix.o):
    In function `v8::internal::OS::Ticks()':
    platform-posix.cc:(.text+0x93c):
    undefined reference to `clock_gettime'
    platform-posix.cc:(.text+0x989):
    undefined reference to `clock_getres'

Fixes #7514.

Signed-off-by: Fedor Indutny <fedor@indutny.com>
2014-04-28 19:34:07 +04:00
..
cares Revert "deps: backport b5135bbc from c-ares repo" 2014-04-24 10:19:30 +04:00
http_parser deps: upgrade http_parser to 303c4e4 2013-08-21 03:40:43 +02:00
npm npm: upgrade to 1.4.7 2014-04-15 15:31:36 -07:00
openssl deps: update openssl to 1.0.1g 2014-04-08 00:58:37 +04:00
uv uv: Upgrade to v0.10.25 2014-02-18 13:04:29 -08:00
v8 deps: fix v8 link error with glibc < 2.17 2014-04-28 19:34:07 +04:00
zlib zlib: compile without -ansi 2011-10-28 17:31:40 +02:00