diff mbox

[2/2] zeromq: disable documentation

Message ID 1469295001-21786-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias July 23, 2016, 5:30 p.m. UTC
If asciidoc and xmlto are around it will automatically enable the
documentation build which is pointless.
Build time on i5-3330 with docs = 37s, without docs 25s.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/zeromq/zeromq.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni July 23, 2016, 9:07 p.m. UTC | #1
Hello,

On Sat, 23 Jul 2016 14:30:01 -0300, Gustavo Zacarias wrote:
> If asciidoc and xmlto are around it will automatically enable the
> documentation build which is pointless.
> Build time on i5-3330 with docs = 37s, without docs 25s.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/zeromq/zeromq.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk
index 889c94a..05f789c 100644
--- a/package/zeromq/zeromq.mk
+++ b/package/zeromq/zeromq.mk
@@ -9,6 +9,7 @@  ZEROMQ_SITE = http://download.zeromq.org
 ZEROMQ_SITE = https://github.com/zeromq/zeromq4-1/releases/download/v$(ZEROMQ_VERSION)
 ZEROMQ_INSTALL_STAGING = YES
 ZEROMQ_DEPENDENCIES = util-linux
+ZEROMQ_CONF_OPTS = --without-documentation
 ZEROMQ_LICENSE = LGPLv3+ with exceptions
 ZEROMQ_LICENSE_FILES = COPYING COPYING.LESSER
 # For 0001-acinclude.m4-make-kernel-specific-flags-cacheable.patch