From cf82c300e0384a8e78e3b0a9f0370d36551540bf Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Sun, 12 May 2013 09:25:01 +0000 Subject: [PATCH] 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 --- package/filemq/filemq.mk | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2