gnu: fcgi: Disable parallel building.

* gnu/packages/web.scm (fcgi)[arguments]: Disable parallel building.
This commit is contained in:
Ricardo Wurmus 2016-12-11 15:17:17 +01:00
parent 1ce6f33b0c
commit 0ff55f9d77
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,8 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
(patches (search-patches "fcgi-2.4.0-poll.patch" (patches (search-patches "fcgi-2.4.0-poll.patch"
"fcgi-2.4.0-gcc44-fixes.patch")))) "fcgi-2.4.0-gcc44-fixes.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; Parallel building is not supported.
(arguments `(#:parallel-build? #f))
(home-page "http://www.fastcgi.com") (home-page "http://www.fastcgi.com")
(synopsis "Language-independent, high-performant extension to CGI") (synopsis "Language-independent, high-performant extension to CGI")
(description "FastCGI is a language independent, scalable extension to CGI (description "FastCGI is a language independent, scalable extension to CGI