[libdispatch-dev] [PATCH] use libkqueue if sys/event.h is missing

Mark Heily mark at heily.com
Sun Nov 15 17:29:48 PST 2009


Robert Watson wrote:
> 
>  I've committed this patch, with minor 
> comment tweaks (to document predence more clearly) as r162, thanks!
> 
> Robert N M Watson
> Computer Laboratory
> University of Cambridge

Here is a correction to r162 that fixes a build failure under Linux.

Thanks,

   - Mark


Index: src/Makefile.am
===================================================================
--- src/Makefile.am	(revision 162)
+++ src/Makefile.am	(working copy)
@@ -33,7 +33,7 @@
  endif

  libdispatch_la_LIBADD=libshims.la $(KQUEUE_LIBS)
-libdispatch_la_DEPENDENCIES=libshims.la $(KQUEUE_LIBS)
+libdispatch_la_DEPENDENCIES=libshims.la

  if USE_MIG
  libdispatch_la_SOURCES+=	\




More information about the libdispatch-dev mailing list