buildroot/package/jansson/jansson.mk
Fabrice Fontaine cd2a5f7966 jansson: bump to version 2.12
Update hash of license file (update in year):
3e13f514ce

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-01-28 22:05:52 +01:00

15 lines
397 B
Makefile

################################################################################
#
# jansson
#
################################################################################
JANSSON_VERSION = 2.12
JANSSON_SITE = http://www.digip.org/jansson/releases
JANSSON_LICENSE = MIT
JANSSON_LICENSE_FILES = LICENSE
JANSSON_INSTALL_STAGING = YES
JANSSON_CONF_ENV = LIBS="-lm"
$(eval $(autotools-package))