aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fastcgi
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-10-05 12:42:32 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-10-05 12:42:32 +0000
commitf0f72d8aa5de6a41796117c6e781e150bbacbe47 (patch)
treeed5e82aff18c62a69fd6fbc2c2d4708b877a2967 /packages/fastcgi
parent94e1ce507e69378472f22faedd6606eb91510e6a (diff)
downloadopenembedded-f0f72d8aa5de6a41796117c6e781e150bbacbe47.tar.gz
fastcgi: Disable parallel build, it's broken
Diffstat (limited to 'packages/fastcgi')
-rw-r--r--packages/fastcgi/fastcgi_2.4.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/fastcgi/fastcgi_2.4.0.bb b/packages/fastcgi/fastcgi_2.4.0.bb
index a42949cb96..beada396cd 100644
--- a/packages/fastcgi/fastcgi_2.4.0.bb
+++ b/packages/fastcgi/fastcgi_2.4.0.bb
@@ -1,6 +1,6 @@
LICENSE = "Open Market"
DESCRIPTION = "Fast CGI backend (web server to CGI handler) library"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.fastcgi.com/dist/fcgi-${PV}.tar.gz"
@@ -8,6 +8,8 @@ S=${WORKDIR}/fcgi-${PV}
LEAD_SONAME = "libfcgi.so*"
+PARALLEL_MAKE=""
+
inherit autotools pkgconfig
do_stage() {