fastcgi: Disable parallel build, it's broken
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Fri, 5 Oct 2007 12:42:32 +0000 (12:42 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Fri, 5 Oct 2007 12:42:32 +0000 (12:42 +0000)
packages/fastcgi/fastcgi_2.4.0.bb

index a42949c..beada39 100644 (file)
@@ -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() {