unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47517] [PATCH] gnu: nginx: Enable stream module
@ 2021-03-31  9:03 david larsson
  2021-04-12 10:50 ` bug#47517: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: david larsson @ 2021-03-31  9:03 UTC (permalink / raw)
  To: 47517

[-- Attachment #1: Type: text/plain, Size: 1076 bytes --]

 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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-nginx-Enable-stream-module.patch --]
[-- Type: text/x-diff; name=0001-gnu-nginx-Enable-stream-module.patch, Size: 1061 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#47517: [PATCH] gnu: nginx: Enable stream module
  2021-03-31  9:03 [bug#47517] [PATCH] gnu: nginx: Enable stream module david larsson
@ 2021-04-12 10:50 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-04-12 10:50 UTC (permalink / raw)
  To: david larsson; +Cc: 47517-done

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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-12 10:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31  9:03 [bug#47517] [PATCH] gnu: nginx: Enable stream module david larsson
2021-04-12 10:50 ` bug#47517: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).