diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2013-05-12 09:25:01 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-12 21:30:11 +0200 |
commit | cf82c300e0384a8e78e3b0a9f0370d36551540bf (patch) | |
tree | 9d6b262ac100807c5eed9e9e1bf9e479a6391d05 | |
parent | fd234bebae9bd1aa2bf78eb1734a5c0af6a32023 (diff) | |
download | buildroot-novena-cf82c300e0384a8e78e3b0a9f0370d36551540bf.tar.gz buildroot-novena-cf82c300e0384a8e78e3b0a9f0370d36551540bf.zip |
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) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/filemq/filemq.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/filemq/filemq.mk b/package/filemq/filemq.mk index 0ea7a9dc6..c71529274 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 |