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 / json-c / json-c.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/json-c/json-c.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/json-c/json-c.mk
new file mode 100644 (file)
index 0000000..35243f1
--- /dev/null
@@ -0,0 +1,17 @@
+################################################################################
+#
+# json-c
+#
+################################################################################
+
+JSON_C_VERSION = json-c-0.12-20140410
+JSON_C_SITE = $(call github,json-c,json-c,$(JSON_C_VERSION))
+JSON_C_INSTALL_STAGING = YES
+JSON_C_MAKE = $(MAKE1)
+JSON_C_CONF_OPTS = --disable-oldname-compat
+# AUTORECONF is needed because of Makefile.am.inc patch.
+JSON_C_AUTORECONF = YES
+JSON_C_LICENSE = MIT
+JSON_C_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))