From: David Thornley Date: Tue, 2 May 2017 00:38:31 +0000 (+1000) Subject: utils/gpsd: Set manbuild=no for build (disable building help/html documentation) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=21ee0534682e33d98cf05b00fbcc2f150e568749;p=openwrt-packages.git 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 --- diff --git a/utils/gpsd/Makefile b/utils/gpsd/Makefile index fb1ff1cb7..6edb8724d 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