projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39250c0
)
nut: Avoid building docs
author
Daniel F. Dickinson
<cshored@thecshore.com>
Mon, 27 Aug 2018 20:38:29 +0000
(16:38 -0400)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/net/nut/Makefile
b/net/nut/Makefile
index 559a91ff0a477996475085d4bc0d98c789acf1ea..78a19eeab56e6cb2e5833239fb8e5921f21d4c02 100644
(file)
--- 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 \