From b72c739e9efaa212215f62a9c5631ffa4d45f4e4 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Mon, 27 Aug 2018 16:38:29 -0400 Subject: [PATCH] nut: Avoid building docs Reduce compilation time and complexity by not building documentation we don't use. Signed-off-by: Daniel F. Dickinson --- net/nut/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \