[chrony-dev] Re: [chrony-announce] chrony-4.0-pre1 released |
[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]
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;
The first prerelease for chrony-4.0 is now available.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |