From 21ee0534682e33d98cf05b00fbcc2f150e568749 Mon Sep 17 00:00:00 2001 From: David Thornley Date: Tue, 2 May 2017 10:38:31 +1000 Subject: [PATCH] utils/gpsd: Set manbuild=no for build (disable building help/html documentation) This removes unnecessary dependancy on xmlto which can be problematic on macOS build environment. Signed-off-by: David Thornley --- utils/gpsd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/gpsd/Makefile b/utils/gpsd/Makefile index fb1ff1cb78..6edb8724d3 100644 --- a/utils/gpsd/Makefile +++ b/utils/gpsd/Makefile @@ -102,6 +102,7 @@ SCONS_OPTIONS += \ python=no \ implicit_link=no \ chrpath=no \ + manbuild=no \ target="$(TARGET_CROSS:-=)" define Build/InstallDev