85ccc07b74
Ships configure thus fixing the breakage from the automake bump to version 1.14 with AUTORECONF, with the added bonus of being faster. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
471 B
Makefile
17 lines
471 B
Makefile
################################################################################
|
|
#
|
|
# jq
|
|
#
|
|
################################################################################
|
|
|
|
JQ_VERSION = 1.3
|
|
JQ_SITE = http://stedolan.github.io/jq/download/source
|
|
JQ_DEPENDENCIES = host-flex host-bison
|
|
JQ_LICENSE = MIT (code), CC-BY-3.0 (documentation)
|
|
JQ_LICENSE_FILES = COPYING
|
|
|
|
# uses c99 specific features
|
|
JQ_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -std=c99"
|
|
|
|
$(eval $(autotools-package))
|