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 / libtasn1 / libtasn1.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libtasn1/libtasn1.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libtasn1/libtasn1.mk
new file mode 100644 (file)
index 0000000..eeff76c
--- /dev/null
@@ -0,0 +1,16 @@
+################################################################################
+#
+# libtasn1
+#
+################################################################################
+
+LIBTASN1_VERSION = 4.5
+LIBTASN1_SITE = http://ftp.gnu.org/gnu/libtasn1
+LIBTASN1_DEPENDENCIES = host-bison
+LIBTASN1_LICENSE = GPLv3+ LGPLv2.1+
+LIBTASN1_LICENSE_FILES = COPYING COPYING.LIB
+LIBTASN1_INSTALL_STAGING = YES
+# 'missing' fallback logic botched so disable it completely
+LIBTASN1_CONF_ENV = MAKEINFO="true"
+
+$(eval $(autotools-package))