Browse Source

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>
lilik-openwrt-22.03
David Thornley 7 years ago
parent
commit
21ee053468
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/gpsd/Makefile

+ 1
- 0
utils/gpsd/Makefile View File

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


Loading…
Cancel
Save