2011-09-28 22:18:29 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# json-c
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2018-06-09 10:41:39 +02:00
|
|
|
JSON_C_VERSION = 0.13.1
|
2017-12-23 20:29:43 +01:00
|
|
|
JSON_C_SITE = https://s3.amazonaws.com/json-c_releases/releases
|
2011-09-28 22:18:29 +02:00
|
|
|
JSON_C_INSTALL_STAGING = YES
|
2013-07-10 19:25:41 +02:00
|
|
|
JSON_C_LICENSE = MIT
|
|
|
|
JSON_C_LICENSE_FILES = COPYING
|
2011-09-28 22:18:29 +02:00
|
|
|
|
2018-08-29 06:07:09 +02:00
|
|
|
# update config.h.in timestamp to avoid autoheader run
|
|
|
|
define JSON_C_UPDATE_CONFIG_TIMESTAMP
|
|
|
|
touch $(@D)/config.h.in
|
|
|
|
endef
|
|
|
|
|
|
|
|
JSON_C_POST_EXTRACT_HOOKS += JSON_C_UPDATE_CONFIG_TIMESTAMP
|
|
|
|
HOST_JSON_C_POST_EXTRACT_HOOKS += JSON_C_UPDATE_CONFIG_TIMESTAMP
|
2018-08-28 16:54:47 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|
2017-12-23 18:43:02 +01:00
|
|
|
$(eval $(host-autotools-package))
|