mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
cd2a5f7966
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>
15 lines
397 B
Makefile
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))
|