nut: Avoid building docs
authorDaniel F. Dickinson <cshored@thecshore.com>
Mon, 27 Aug 2018 20:38:29 +0000 (16:38 -0400)
committerDaniel F. Dickinson <cshored@thecshore.com>
Wed, 29 Aug 2018 04:17:23 +0000 (00:17 -0400)
Reduce compilation time and complexity by not building documentation
we don't use.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
net/nut/Makefile

index 559a91ff0a477996475085d4bc0d98c789acf1ea..78a19eeab56e6cb2e5833239fb8e5921f21d4c02 100644 (file)
@@ -526,6 +526,7 @@ CONFIGURE_ARGS += \
        --without-avahi \
        --$(if $(CONFIG_NUT_DRIVER_SNMP),with,without)-snmp \
        --$(if $(CONFIG_NUT_DRIVER_SERIAL),with,without)-serial \
+       --without-doc \
        --without-neon \
        --without-powerman \
        --without-wrap \