node/deps
Ryan Dahl 4279725d79 Fix thread flags on Solaris
Also on other platforms use -pthread for compiling commands not just
linking because I noticed in the gcc(1) man page

  -pthread
      Adds support for multithreading with the pthreads library. This
      option sets flags for both the preprocessor and linker.

Removing the errno check in deps/coupling because it was a hack
(e165859c2e) added to fix stdio problems.
Without adding -threads, errno is not thread local, and coupling was not
correctly checking the errno. It appears -mt does nothing to gcc/solaris.
2010-03-31 13:44:36 -07:00
..
coupling Fix thread flags on Solaris 2010-03-31 13:44:36 -07:00
evcom tcp.Connection.prototype.write should return boolean 2010-03-02 21:16:17 -08:00
http_parser Upgrade http-parser 2010-03-22 09:00:43 -07:00
libeio 1: sync wscript with libeio.m4 2: try to enable macosx's sendfile. 2010-03-11 22:07:50 -08:00
libev Change libev/wscript for waf 1.5.14 2010-03-08 17:45:57 -08:00
udns Initial Solaris support 2010-01-19 16:51:27 -08:00
v8 Revert "Upgrade V8 to 2.2.0" 2010-03-29 16:42:39 -07:00