On Jun 21, 2021, at 7:21 AM, Timo Sirainen <[email protected]> wrote:
> This is an "important fixes only" release in case you don't want to upgrade
> to v2.3.15. There is no matching Pigeonhole release - use the same v2.3.14
> instead.
Need this small patch to build on newer MacOS:
--- src/lib/ioloop-notify-kqueue.c.orig 2021-06-14 07:56:46.000000000 -0400
+++ src/lib/ioloop-notify-kqueue.c 2021-06-21 12:10:16.000000000 -0400
@@ -11,6 +11,7 @@
#include "ioloop-private.h"
#include "llist.h"
+#include "time-util.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
or it will error with:
ioloop-notify-kqueue.c:70:2: error: implicit declaration of function
'i_gettimeofday' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
i_gettimeofday(&ioloop_timeval);
^
--
Daniel J. Luke