c1674fe051
[Peter: stick to the github helper] Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
536 B
Makefile
18 lines
536 B
Makefile
################################################################################
|
|
#
|
|
# json-c
|
|
#
|
|
################################################################################
|
|
|
|
JSON_C_VERSION = json-c-0.12.1-20160607
|
|
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))
|