diff mbox series

[bug#47517] gnu: nginx: Enable stream module

Message ID 8a16e0cf046ab3a6a17ae4ff56c8cc42@selfhosted.xyz
State Accepted
Headers show
Series [bug#47517] gnu: nginx: Enable stream module | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

david larsson March 31, 2021, 9:03 a.m. UTC
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(+)

                                    ;; --crossbuild option to avoid 
customizing for the
                                    ;; kernel version on the build 
machine.

Comments

Ludovic Courtès April 12, 2021, 10:50 a.m. UTC | #1
david larsson <david.larsson@selfhosted.xyz> skribis:

> 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’.
diff mbox series

Patch

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(+)

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