Index: linuxptp-2.0/timemaster.c
===================================================================
--- linuxptp-2.0.orig/timemaster.c
+++ linuxptp-2.0/timemaster.c
@@ -25,7 +25,11 @@
 #include <linux/net_tstamp.h>
 #include <net/if.h>
 #include <signal.h>
+#if defined(__UCLIBC__)
+#undef HAVE_POSIX_SPAWN
+#else
 #include <spawn.h>
+#endif
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
