kumquat-buildroot/package/zyre/zyre.mk
Simon Dawson 9e40a1005f zyre: remove unnecessary autoreconf options
The default $(PKG)_AUTORECONF_OPT already includes the -i and -f flags,
so there is no point in specifying these in the package makefile. Further,
the -v option to autoreconf is not required.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-02-26 21:53:53 +01:00

22 lines
567 B
Makefile

################################################################################
#
# zyre
#
################################################################################
ZYRE_VERSION = 378b8b5cf76d10f5e41b339a4bcb0dc6197a9edf
ZYRE_SITE = $(call github,zeromq,zyre,$(ZYRE_VERSION))
ZYRE_LICENSE = LGPLv3+
ZYRE_LICENSE_FILES = COPYING COPYING.LESSER
ZYRE_INSTALL_STAGING = YES
ZYRE_DEPENDENCIES = filemq
ZYRE_AUTORECONF = YES
define ZYRE_CREATE_CONFIG_DIR
mkdir -p $(@D)/config
endef
ZYRE_POST_PATCH_HOOKS += ZYRE_CREATE_CONFIG_DIR
$(eval $(autotools-package))