From: Arnout Vandecappelle (Essensium/Mind) Date: Sun, 12 May 2013 09:25:01 +0000 (+0000) Subject: filemq: disable asciidoc documentation generation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf82c300e0384a8e78e3b0a9f0370d36551540bf;p=buildroot.git filemq: disable asciidoc documentation generation filemq uses asciidoc for its documentation. asciidoc uses python and import the unicodedata module, which is not in host-python. So disable asciidoc entirely. This doesn't get hit by the autobuilders because they don't have asciidoc installed in their chroot. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- diff --git a/package/filemq/filemq.mk b/package/filemq/filemq.mk index 0ea7a9dc6e..c71529274e 100644 --- a/package/filemq/filemq.mk +++ b/package/filemq/filemq.mk @@ -8,6 +8,7 @@ FILEMQ_VERSION = 8fac5140dd FILEMQ_SITE = git://github.com/zeromq/filemq.git FILEMQ_AUTORECONF = YES +FILEMQ_CONF_ENV = fmq_have_asciidoc=no FILEMQ_INSTALL_STAGING = YES FILEMQ_DEPENDENCIES = czmq openssl zeromq FILEMQ_LICENSE = LGPLv3+ with exceptions