diff options
Diffstat (limited to 'meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.5.bb')
| -rw-r--r-- | meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.5.bb b/meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.5.bb new file mode 100644 index 0000000000..307919f775 --- /dev/null +++ b/meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.5.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "spawn-fcgi is used to spawn FastCGI applications" | ||
| 2 | HOMEPAGE = "http://redmine.lighttpd.net/projects/spawn-fcgi" | ||
| 3 | |||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579" | ||
| 6 | |||
| 7 | SRC_URI = "http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-${PV}.tar.gz" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "a72d7bf7fb6d1a0acda89c93d4f060bf77a2dba97ddcfecd00f11e708f592c40" | ||
| 10 | |||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | ||
| 14 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
