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 / m4 / m4.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/m4/m4.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/m4/m4.mk
new file mode 100644 (file)
index 0000000..9b5d2d1
--- /dev/null
@@ -0,0 +1,14 @@
+################################################################################
+#
+# m4
+#
+################################################################################
+
+M4_VERSION = 1.4.17
+M4_SOURCE = m4-$(M4_VERSION).tar.xz
+M4_SITE = $(BR2_GNU_MIRROR)/m4
+M4_LICENSE = GPLv3+
+M4_LICENSE_FILES = COPYING
+HOST_M4_CONF_OPTS = --disable-static
+
+$(eval $(host-autotools-package))