Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
build: make "make test" work on OpenBSD
  • Loading branch information
qbit authored and bnoordhuis committed Apr 25, 2012
1 parent b6e3dcc commit 109dcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-unix.mk
Expand Up @@ -103,7 +103,7 @@ ifeq (OpenBSD,$(uname_S))
EV_CONFIG=config_openbsd.h
EIO_CONFIG=config_openbsd.h
CPPFLAGS += -Isrc/ares/config_openbsd
LINKFLAGS+=
LINKFLAGS+=-lkvm
OBJS += src/unix/openbsd.o
OBJS += src/unix/kqueue.o
endif
Expand Down

0 comments on commit 109dcb2

Please sign in to comment.