The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / jansson / jansson.mk
1 ################################################################################
2 #
3 # jansson
4 #
5 ################################################################################
6
7 JANSSON_VERSION = 2.7
8 JANSSON_SITE = http://www.digip.org/jansson/releases
9 JANSSON_LICENSE = MIT
10 JANSSON_LICENSE_FILES = LICENSE
11 JANSSON_INSTALL_STAGING = YES
12 JANSSON_CONF_ENV = LIBS="-lm"
13
14 $(eval $(autotools-package))