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 / lzo / lzo.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/lzo/lzo.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/lzo/lzo.mk
new file mode 100644 (file)
index 0000000..a94b5f5
--- /dev/null
@@ -0,0 +1,17 @@
+################################################################################
+#
+# lzo
+#
+################################################################################
+
+LZO_VERSION = 2.08
+LZO_SITE = http://www.oberhumer.com/opensource/lzo/download
+LZO_LICENSE = GPLv2+
+LZO_LICENSE_FILES = COPYING
+LZO_INSTALL_STAGING = YES
+# Ships a beta libtool version hence our patch doesn't apply.
+# Run autoreconf to regenerate ltmain.sh.
+LZO_AUTORECONF = YES
+
+$(eval $(autotools-package))
+$(eval $(host-autotools-package))