emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#47517: closed ([PATCH] gnu: nginx: Enable stream module)


From: GNU bug Tracking System
Subject: bug#47517: closed ([PATCH] gnu: nginx: Enable stream module)
Date: Mon, 12 Apr 2021 10:51:02 +0000

Your message dated Mon, 12 Apr 2021 12:50:14 +0200
with message-id <87czuzrd3t.fsf@gnu.org>
and subject line Re: bug#47517: [PATCH] gnu: nginx: Enable stream module
has caused the debbugs.gnu.org bug report #47517,
regarding [PATCH] gnu: nginx: Enable stream module
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
47517: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47517
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: nginx: Enable stream module Date: Wed, 31 Mar 2021 11:03:44 +0200
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

Attachment: 0001-gnu-nginx-Enable-stream-module.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#47517: [PATCH] gnu: nginx: Enable stream module Date: Mon, 12 Apr 2021 12:50:14 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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’.


--- End Message ---

reply via email to

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