nodejs 0.4.2: import from OE rev e02237d7e46e60fbd9eb4a05a308e6adcf916ebb

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-08-16 15:49:41 +02:00
parent 246b0b07f7
commit ffd6c31cb4
2 changed files with 53 additions and 0 deletions
@@ -0,0 +1,13 @@
diff --git a/deps/libev/wscript b/deps/libev/wscript
index 4f6c9a8..1796749 100644
--- a/deps/libev/wscript
+++ b/deps/libev/wscript
@@ -58,7 +58,7 @@ def configure(conf):
return 0;
}
"""
- conf.check_cc(fragment=code, define_name="HAVE_CLOCK_SYSCALL", execute=True,
+ conf.check_cc(fragment=code, define_name="HAVE_CLOCK_SYSCALL", execute=False,
msg="Checking for SYS_clock_gettime")
have_librt = conf.check(lib='rt', uselib_store='RT')