[Dovecot] 1.0 RC1 status
Jakob Hirsch
jh at plonk.de
Sun Jun 18 03:19:36 EEST 2006
Quoting Timo Sirainen:
> I'm thinking about releasing 1.0 RC1 within a few days. Would be nice if
> that release actually worked, so testing would be appreciated :) You can
> try it by getting the dovecot-latest from http://dovecot.org/nightly/
epoll gets deactivated on my FC5 system. I looked around a little bit
and found that for the test, linux/unistd.h should be included instead
of asm/unistd.h (the former #includes the latter). Patch attached.
-------------- next part --------------
diff -u -r1.277.2.11 configure.in
--- dovecot/configure.in 17 Jun 2006 19:32:13 -0000 1.277.2.11
+++ dovecot/configure.in 18 Jun 2006 00:11:35 -0000
@@ -377,7 +377,7 @@
#include <sys/epoll.h>
#include <errno.h>
- #include <asm/unistd.h>
+ #include <linux/unistd.h>
_syscall1 (int, epoll_create, int, size)
More information about the dovecot
mailing list