2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-03-25 14:28:01 +01:00
|
|
|
#
|
|
|
|
# czmq
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-03-25 14:28:01 +01:00
|
|
|
|
2018-04-02 14:36:58 +02:00
|
|
|
CZMQ_VERSION = 4.1.1
|
2018-02-26 20:20:51 +01:00
|
|
|
CZMQ_SITE = https://github.com/zeromq/czmq/releases/download/v$(CZMQ_VERSION)
|
2013-03-25 14:28:01 +01:00
|
|
|
|
2018-02-26 20:20:51 +01:00
|
|
|
# 0001-configure.ac-remove-Werror.patch touches configure.ac
|
2013-03-25 14:28:01 +01:00
|
|
|
CZMQ_AUTORECONF = YES
|
|
|
|
CZMQ_INSTALL_STAGING = YES
|
2015-05-13 09:17:49 +02:00
|
|
|
CZMQ_DEPENDENCIES = zeromq host-pkgconf
|
2017-03-30 15:43:42 +02:00
|
|
|
CZMQ_LICENSE = MPL-2.0
|
2014-04-26 20:49:56 +02:00
|
|
|
CZMQ_LICENSE_FILES = LICENSE
|
2013-03-25 14:28:01 +01:00
|
|
|
|
2013-05-12 11:15:52 +02:00
|
|
|
# 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
|
|
|
|
|
2013-03-25 14:28:01 +01:00
|
|
|
$(eval $(autotools-package))
|