[PATCH] gnu: nginx: Enable stream module

  • Done
  • quality assurance status badge
Details
2 participants
  • david larsson
  • Ludovic Courtès
Owner
unassigned
Submitted by
david larsson
Severity
normal

Debbugs page

david larsson wrote 4 years ago
(address . guix-patches@gnu.org)
8a16e0cf046ab3a6a17ae4ff56c8cc42@selfhosted.xyz
From c6599d252b342db0959c934d1afa67150689058f Mon Sep 17 00:00:00 2001
From: methuselah-0 <david.larsson@selfhosted.xyz>
Date: Wed, 31 Mar 2021 11:00:31 +0200
Subject: [PATCH] gnu: nginx: Enable stream module.

* gnu/packages/web.scm (nginx)[arguments]: Add --with-stream option in
the 'configure phase.
---
gnu/packages/web.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (18 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ae41588037..413a174712 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.
--
2.30.2
From c6599d252b342db0959c934d1afa67150689058f Mon Sep 17 00:00:00 2001
From: methuselah-0 <david.larsson@selfhosted.xyz>
Date: Wed, 31 Mar 2021 11:00:31 +0200
Subject: [PATCH] gnu: nginx: Enable stream module.

* gnu/packages/web.scm (nginx)[arguments]: Add --with-stream option in the 'configure phase.
---
gnu/packages/web.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ae41588037..413a174712 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.
--
2.30.2
Ludovic Courtès wrote 4 years ago
(name . david larsson)(address . david.larsson@selfhosted.xyz)(address . 47517-done@debbugs.gnu.org)
87czuzrd3t.fsf@gnu.org
david larsson <david.larsson@selfhosted.xyz> skribis:

Toggle quote (7 lines)
> From c6599d252b342db0959c934d1afa67150689058f Mon Sep 17 00:00:00 2001
> From: methuselah-0 <david.larsson@selfhosted.xyz>
> Date: Wed, 31 Mar 2021 11:00:31 +0200
> Subject: [PATCH] gnu: nginx: Enable stream module.
>
> * gnu/packages/web.scm (nginx)[arguments]: Add --with-stream option in the 'configure phase.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 47517@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47517
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help