guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: nginx: Enable stream module.


From: guix-commits
Subject: 04/04: gnu: nginx: Enable stream module.
Date: Mon, 12 Apr 2021 06:51:44 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f890bf63920c2ab810329af40d2c1516cc2a3a7b
Author: methuselah-0 <david.larsson@selfhosted.xyz>
AuthorDate: Wed Mar 31 11:00:31 2021 +0200

    gnu: nginx: Enable stream module.
    
    * gnu/packages/web.scm (nginx)[arguments]: Add --with-stream option in the 
'configure phase.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index bb5196b..2331601 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -397,6 +397,7 @@ the same, being completely separated from the Internet.")
                                   "--with-http_v2_module"
                                   "--with-pcre-jit"
                                   "--with-debug"
+                                  "--with-stream"
                                   ;; Even when not cross-building, we pass the
                                   ;; --crossbuild option to avoid customizing 
for the
                                   ;; kernel version on the build machine.



reply via email to

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