package/czmq: use --without-docs

Use --without-docs option instead of setting
ac_cv_prog_czmq_have_asciidoc=no

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2019-03-11 18:32:58 +01:00 committed by Thomas Petazzoni
parent 1427ec7f4e
commit 82adf608cd

View File

@ -12,10 +12,6 @@ CZMQ_DEPENDENCIES = zeromq host-pkgconf
CZMQ_LICENSE = MPL-2.0
CZMQ_LICENSE_FILES = LICENSE
# asciidoc is a python script that imports unicodedata, which is not in
# host-python, so disable asciidoc entirely.
CZMQ_CONF_ENV = ac_cv_prog_czmq_have_asciidoc=no
CZMQ_CONF_OPTS = --disable-Werror
CZMQ_CONF_OPTS = --disable-Werror --without-docs
$(eval $(autotools-package))