4.0-pre1 does not build on my macOS Sierra system. The following patch
fixes it:


diff --git a/sys_macosx.c b/sys_macosx.c

index 701c078..1b0fc4e 100644

--- a/sys_macosx.c

+++ b/sys_macosx.c

@@ -46,8 +46,9 @@

 #include "privops.h"

 #include "util.h"



-#ifdef HAVE_MACOS_SYS_TIMEX

 #include <dlfcn.h>

+

+#ifdef HAVE_MACOS_SYS_TIMEX

 #include "sys_netbsd.h"



 static int have_ntp_adjtime = 0;

On Mon, Mar 16, 2020 at 9:38 AM Miroslav Lichvar <mlich...@redhat.com>
wrote:

> The first prerelease for chrony-4.0 is now available.
>

Reply via email to