1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00

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 <david.thornley@touchstargroup.com>
This commit is contained in:
David Thornley 2017-05-02 10:38:31 +10:00
parent 7acc569c4c
commit 21ee053468

View File

@ -102,6 +102,7 @@ SCONS_OPTIONS += \
python=no \
implicit_link=no \
chrpath=no \
manbuild=no \
target="$(TARGET_CROSS:-=)"
define Build/InstallDev