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 / libconfig / libconfig.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libconfig/libconfig.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libconfig/libconfig.mk
new file mode 100644 (file)
index 0000000..a70ff94
--- /dev/null
@@ -0,0 +1,18 @@
+################################################################################
+#
+# libconfig
+#
+################################################################################
+
+LIBCONFIG_VERSION = 1.4.9
+LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig
+LIBCONFIG_LICENSE = LGPLv2.1+
+LIBCONFIG_LICENSE_FILES = COPYING.LIB
+LIBCONFIG_INSTALL_STAGING = YES
+LIBCONFIG_CONF_OPTS = --disable-examples
+
+ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
+LIBCONFIG_CONF_OPTS += --disable-cxx
+endif
+
+$(eval $(autotools-package))