guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).


From: Tobias Geerinckx-Rice
Subject: 05/06: gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).
Date: Tue, 5 Sep 2017 14:56:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 26ac5c90c134c12c8a3e40d1207859d09d11f7ab
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Sep 22 20:35:29 2016 +0200

    gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).
    
    * gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
---
 gnu/packages/web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ac65a85..377e366 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -162,6 +162,7 @@ and its related documentation.")
              (let ((flags
                     (list (string-append "--prefix=" (assoc-ref outputs "out"))
                           "--with-http_ssl_module"
+                          "--with-http_v2_module"
                           "--with-pcre-jit"
                           "--with-debug"
                           ;; Even when not cross-building, we pass the



reply via email to

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