b7988b0fda
this patch bumps json-c to version 0.10 and adapts the no-reentrant patch to the new version. Signed-off-by: Andreas Wetzel <andreas.wetzel@nanotronic.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
314 B
Makefile
12 lines
314 B
Makefile
################################################################################
|
|
#
|
|
# json-c
|
|
#
|
|
################################################################################
|
|
|
|
JSON_C_VERSION = 0.10
|
|
JSON_C_SITE = https://github.com/downloads/json-c/json-c
|
|
JSON_C_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|