buildroot/package/json-c/json-c.mk
Johan Sagaert 568a0ce49a json-c: bump version to json-c-0.12-20140410
Also;
  -removed upstream patch
  -added patch to remove -Werror from make flags

Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-16 08:08:02 +02:00

18 lines
534 B
Makefile

################################################################################
#
# json-c
#
################################################################################
JSON_C_VERSION = json-c-0.12-20140410
JSON_C_SITE = $(call github,json-c,json-c,$(JSON_C_VERSION))
JSON_C_INSTALL_STAGING = YES
JSON_C_MAKE = $(MAKE1)
JSON_C_CONF_OPTS = --disable-oldname-compat
# AUTORECONF is needed because of Makefile.am.inc patch.
JSON_C_AUTORECONF = YES
JSON_C_LICENSE = MIT
JSON_C_LICENSE_FILES = COPYING
$(eval $(autotools-package))