Files
meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/libev-cross-cc_0.4.12.patch
Stefan Schmidt 86c42ab05a nodejs: Update to latest 0.4x series release 0.4.12
Rename patch and update checksums accordingly.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-16 13:35:47 +01:00

14 lines
483 B
Diff

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')