From 3ccd95ec67cb6ca7d85a9fc3746ac50ad4884b9c Mon Sep 17 00:00:00 2001 From: John Marino Date: Tue, 16 Dec 2014 15:04:25 +0100 Subject: [PATCH] build: fix dragonflybsd autotools build Fixes multiple definition linker errors due to what seems to be multiple inclusions of src/unix/freebsd.c and src/unix/kqueue.c. Fixes #72, refs joyent/libuv#1576. PR-URL: https://github.com/libuv/libuv/issues/72 Reviewed-By: Ben Noordhuis --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8593c913..daada8a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -275,7 +275,6 @@ endif if DRAGONFLY include_HEADERS += include/uv-bsd.h -libuv_la_SOURCES += src/unix/kqueue.c src/unix/freebsd.c endif if FREEBSD