unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: david larsson <david.larsson@selfhosted.xyz>
To: 47517@debbugs.gnu.org
Subject: [bug#47517] [PATCH] gnu: nginx: Enable stream module
Date: Wed, 31 Mar 2021 11:03:44 +0200	[thread overview]
Message-ID: <8a16e0cf046ab3a6a17ae4ff56c8cc42@selfhosted.xyz> (raw)

[-- 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


             reply	other threads:[~2021-03-31  9:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31  9:03 david larsson [this message]
2021-04-12 10:50 ` bug#47517: [PATCH] gnu: nginx: Enable stream module Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8a16e0cf046ab3a6a17ae4ff56c8cc42@selfhosted.xyz \
    --to=david.larsson@selfhosted.xyz \
    --cc=47517@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).