guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: fcgi: Disable parallel building.


From: Ricardo Wurmus
Subject: 01/01: gnu: fcgi: Disable parallel building.
Date: Sun, 11 Dec 2016 14:50:56 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 0ff55f9d77af987236796d3594de63d6903fa15f
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 11 15:17:17 2016 +0100

    gnu: fcgi: Disable parallel building.
    
    * gnu/packages/web.scm (fcgi)[arguments]: Disable parallel building.
---
 gnu/packages/web.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3fa7098..5454f57 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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"
                                 "fcgi-2.4.0-gcc44-fixes.patch"))))
     (build-system gnu-build-system)
+    ;; Parallel building is not supported.
+    (arguments `(#:parallel-build? #f))
     (home-page "http://www.fastcgi.com";)
     (synopsis "Language-independent, high-performant extension to CGI")
     (description "FastCGI is a language independent, scalable extension to CGI



reply via email to

[Prev in Thread] Current Thread [Next in Thread]