blob: bebba20b16bb87570061df34e61f09ee8110f73d [file] [log] [blame]
#############################################################
#
# zeromq
#
#############################################################
ZEROMQ_VERSION = 3.2.3
ZEROMQ_SITE = http://download.zeromq.org/
ZEROMQ_INSTALL_STAGING = YES
ZEROMQ_DEPENDENCIES = util-linux
ZEROMQ_LICENSE = LGPLv3+ with exceptions
ZEROMQ_LICENSE_FILES = COPYING COPYING.LESSER
ifeq ($(BR2_PACKAGE_ZEROMQ_PGM),y)
ZEROMQ_DEPENDENCIES += host-pkgconf openpgm
ZEROMQ_CONF_OPT = --with-system-pgm
endif
$(eval $(autotools-package))