aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastcgi/fastcgi_2.4.0.bb
blob: 147634293af9e976280e2dea317f562bb7c409d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LICENSE = "Open Market"
DESCRIPTION = "Fast CGI backend (web server to CGI handler) library"
PR = "r4"

SRC_URI = "http://www.fastcgi.com/dist/fcgi-${PV}.tar.gz \
file://link-against-math.patch;patch=1 \
file://cstdio.patch;patch=1 "

S=${WORKDIR}/fcgi-${PV}

LEAD_SONAME = "libfcgi.so*"

PARALLEL_MAKE=""

inherit autotools pkgconfig