diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-07-23 14:30:01 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-23 23:06:47 +0200 |
commit | 4b5926d30408be53c38c4819741c9af10f0fe9d4 (patch) | |
tree | 15311e65c88f13ce23c77247da41324f5886b753 | |
parent | bcb8e31e0de0ae72435caf7be67632a260370c4f (diff) | |
download | buildroot-4b5926d30408be53c38c4819741c9af10f0fe9d4.tar.gz buildroot-4b5926d30408be53c38c4819741c9af10f0fe9d4.zip |
zeromq: disable documentation
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/zeromq/zeromq.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk index 4891e59c70..5c99983b53 100644 --- a/package/zeromq/zeromq.mk +++ b/package/zeromq/zeromq.mk @@ -8,6 +8,7 @@ ZEROMQ_VERSION = 4.1.5 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 |