From: Daniel F. Dickinson Date: Mon, 27 Aug 2018 20:38:29 +0000 (-0400) Subject: nut: Avoid building docs X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b72c739e9efaa212215f62a9c5631ffa4d45f4e4;p=openwrt-packages.git nut: Avoid building docs Reduce compilation time and complexity by not building documentation we don't use. Signed-off-by: Daniel F. Dickinson --- diff --git a/net/nut/Makefile b/net/nut/Makefile index 559a91ff0..78a19eeab 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -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 \