summaryrefslogtreecommitdiffstats
path: root/recipes/fastcgi/fastcgi_2.4.0.bb
diff options
context:
space:
mode:
authorDirk Opfer <dirk@do13.de>2009-09-20 12:22:02 +0200
committerDirk Opfer <dirk@do13.de>2009-09-28 18:00:05 +0200
commit8e8e3205645b42219c8c09ad14fa0dec061c3a8f (patch)
tree005d43ab1928e0fcb929613208318e631ae09e86 /recipes/fastcgi/fastcgi_2.4.0.bb
parent01698e5b4b28df397ba510b484354c656c976905 (diff)
downloadopenembedded-8e8e3205645b42219c8c09ad14fa0dec061c3a8f.tar.gz
fastcgi: Add patch to compile with gcc4.4
Diffstat (limited to 'recipes/fastcgi/fastcgi_2.4.0.bb')
-rw-r--r--recipes/fastcgi/fastcgi_2.4.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/fastcgi/fastcgi_2.4.0.bb b/recipes/fastcgi/fastcgi_2.4.0.bb
index 4c70aa3461..a575da1d84 100644
--- a/recipes/fastcgi/fastcgi_2.4.0.bb
+++ b/recipes/fastcgi/fastcgi_2.4.0.bb
@@ -1,9 +1,10 @@
LICENSE = "Open Market"
DESCRIPTION = "Fast CGI backend (web server to CGI handler) library"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://www.fastcgi.com/dist/fcgi-${PV}.tar.gz \
-file://link-against-math.patch;patch=1"
+file://link-against-math.patch;patch=1 \
+file://cstdio.patch;patch=1 "
S=${WORKDIR}/fcgi-${PV}