Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature.
diff --git a/wscript b/wscript
index 8a4975a..e846515 100644
--- a/wscript
+++ b/wscript
@@ -53,7 +53,8 @@
   conf.define("HAVE_CONFIG_H", 1)
 
   conf.env.append_value("CCFLAGS", "-DEIO_STACKSIZE=%d" % (4096*8))
-  conf.check(lib='rt', uselib_store='RT')
+
+  #conf.check(lib='rt', uselib_store='RT')
 
   conf.check(lib='profiler', uselib_store='PROFILER')