package/czmq: use --without-docs
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 11 Mar 2019 17:32:58 +0000 (18:32 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 11 Mar 2019 21:19:20 +0000 (22:19 +0100)
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>
package/czmq/czmq.mk

index e6445be42e501969d8dc1e32e5adda0854a507f6..1c9493cb764d53139c9432ab2de4d5fe3a323720 100644 (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))