The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / czmq / czmq.mk
1 ################################################################################
2 #
3 # czmq
4 #
5 ################################################################################
6
7 CZMQ_VERSION = v3.0.0
8 CZMQ_SITE = $(call github,zeromq,czmq,$(CZMQ_VERSION))
9
10 # Autoreconf required as we use the git tree
11 CZMQ_AUTORECONF = YES
12 CZMQ_INSTALL_STAGING = YES
13 CZMQ_DEPENDENCIES = zeromq host-pkgconf
14 CZMQ_LICENSE = MPLv2.0
15 CZMQ_LICENSE_FILES = LICENSE
16
17 # asciidoc is a python script that imports unicodedata, which is not in
18 # host-python, so disable asciidoc entirely.
19 CZMQ_CONF_ENV = ac_cv_prog_czmq_have_asciidoc=no
20
21 define CZMQ_CREATE_CONFIG_DIR
22         mkdir -p $(@D)/config
23 endef
24
25 CZMQ_POST_PATCH_HOOKS += CZMQ_CREATE_CONFIG_DIR
26
27 $(eval $(autotools-package))