Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Upgrade libuv to 5b567b2
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 8, 2011
1 parent 26834b0 commit b6e0433
Show file tree
Hide file tree
Showing 20 changed files with 2,090 additions and 1,047 deletions.
2 changes: 2 additions & 0 deletions deps/uv/AUTHORS
Expand Up @@ -19,3 +19,5 @@ Andrea Lattuada <ndr.lattuada@gmail.com>
Augusto Henrique Hentz <ahhentz@gmail.com>
Clifford Heath <clifford.heath@gmail.com>
Jorge Chamorro Bieling <jorge@jorgechamorro.com>
Luis Lavena <luislavena@gmail.com>
Matthew Sporleder <msporleder@gmail.com>
8 changes: 8 additions & 0 deletions deps/uv/config-unix.mk
Expand Up @@ -72,6 +72,14 @@ LINKFLAGS+=
OBJS += src/unix/freebsd.o
endif

ifeq (NetBSD,$(uname_S))
EV_CONFIG=config_netbsd.h
EIO_CONFIG=config_netbsd.h
CPPFLAGS += -Isrc/ares/config_netbsd
LINKFLAGS+=
OBJS += src/unix/netbsd.o
endif

ifneq (,$(findstring CYGWIN,$(uname_S)))
EV_CONFIG=config_cygwin.h
EIO_CONFIG=config_cygwin.h
Expand Down

0 comments on commit b6e0433

Please sign in to comment.