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 / libfcgi / libfcgi.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libfcgi/libfcgi.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libfcgi/libfcgi.mk
new file mode 100644 (file)
index 0000000..ced850c
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# libfcgi
+#
+################################################################################
+
+LIBFCGI_VERSION = 2.4.0
+LIBFCGI_SOURCE = fcgi-$(LIBFCGI_VERSION).tar.gz
+LIBFCGI_SITE = http://www.fastcgi.com/dist
+LIBFCGI_LICENSE = fcgi license
+LIBFCGI_LICENSE_FILES = LICENSE.TERMS
+LIBFCGI_INSTALL_STAGING = YES
+LIBFCGI_AUTORECONF = YES
+
+$(eval $(autotools-package))