aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nodejs/nodejs4/libev-cross-cc_0.4.12.patch
blob: 2b9838f0c6acd27506d10951f4f95e2e6f335b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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')