From 109dcb28b2398e098e201d402ecdaca39fd1f468 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 24 Apr 2012 19:09:12 -0600 Subject: [PATCH] build: make "make test" work on OpenBSD --- config-unix.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-unix.mk b/config-unix.mk index 2af3f3c4..cdcf5eaf 100644 --- a/config-unix.mk +++ b/config-unix.mk @@ -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