2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-03-14 17:38:16 +01:00
|
|
|
#
|
|
|
|
# zeromq
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-03-14 17:38:16 +01:00
|
|
|
|
2014-04-17 20:25:32 +02:00
|
|
|
ZEROMQ_VERSION = 4.0.4
|
2014-07-31 10:46:58 +02:00
|
|
|
ZEROMQ_SITE = http://download.zeromq.org
|
2012-03-14 17:38:16 +01:00
|
|
|
ZEROMQ_INSTALL_STAGING = YES
|
|
|
|
ZEROMQ_DEPENDENCIES = util-linux
|
2012-08-28 04:07:43 +02:00
|
|
|
ZEROMQ_LICENSE = LGPLv3+ with exceptions
|
|
|
|
ZEROMQ_LICENSE_FILES = COPYING COPYING.LESSER
|
2014-05-03 18:33:02 +02:00
|
|
|
ZEROMQ_AUTORECONF = YES
|
2012-03-14 17:38:16 +01:00
|
|
|
|
2014-05-09 01:24:27 +02:00
|
|
|
# Only tools/curve_keygen.c needs this, but it doesn't hurt to pass it
|
|
|
|
# for the rest of the build as well (which automatically includes stdc++).
|
|
|
|
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
2014-09-27 21:32:44 +02:00
|
|
|
ZEROMQ_CONF_OPTS += LIBS=-lstdc++
|
2014-05-09 01:24:27 +02:00
|
|
|
endif
|
|
|
|
|
2013-03-04 00:48:12 +01:00
|
|
|
ifeq ($(BR2_PACKAGE_ZEROMQ_PGM),y)
|
|
|
|
ZEROMQ_DEPENDENCIES += host-pkgconf openpgm
|
2014-09-27 21:32:44 +02:00
|
|
|
ZEROMQ_CONF_OPTS += --with-system-pgm
|
2013-03-04 00:48:12 +01:00
|
|
|
endif
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|