9bbf9833cc
This is needed for the recent cryptsetup version host build. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
599 B
Makefile
20 lines
599 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
|
|
HOST_JSON_C_AUTORECONF = YES
|
|
JSON_C_LICENSE = MIT
|
|
JSON_C_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|