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

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

bug#48838: closed ([PATCH] gnu: nginx: Build with support for a few more


From: GNU bug Tracking System
Subject: bug#48838: closed ([PATCH] gnu: nginx: Build with support for a few more modules.)
Date: Wed, 09 Jun 2021 08:13:02 +0000

Your message dated Wed, 09 Jun 2021 09:12:06 +0100
with message-id <87wnr3sbhl.fsf@cbaines.net>
and subject line Re: bug#48838: [PATCH] gnu: nginx: Build with support for a 
few more modules.
has caused the debbugs.gnu.org bug report #48838,
regarding [PATCH] gnu: nginx: Build with support for a few more modules.
to be marked as done.

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


-- 
48838: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48838
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: nginx: Build with support for a few more modules. Date: Fri, 4 Jun 2021 21:29:04 +0100
I think this is generally useful. Personally, I want the HTTP gzip static and
gunzip ones for serving gzip compressed log files, and I spotted that the HTTP
sub and addition ones are easy to enable as well.

* gnu/packages/web.scm (nginx)[arguments]: Add the following configure flags:
--with-http_gzip_static_module, --with-http_gunzip_module,
--with-http_addition_module, --with-http_sub_module.
---
 gnu/packages/web.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 4753eca8da..15befe7e6d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -399,6 +399,10 @@ the same, being completely separated from the Internet.")
                                   "--with-http_ssl_module"
                                   "--with-http_v2_module"
                                   "--with-http_xslt_module"
+                                  "--with-http_gzip_static_module"
+                                  "--with-http_gunzip_module"
+                                  "--with-http_addition_module"
+                                  "--with-http_sub_module"
                                   "--with-pcre-jit"
                                   "--with-debug"
                                   "--with-stream"
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#48838: [PATCH] gnu: nginx: Build with support for a few more modules. Date: Wed, 09 Jun 2021 09:12:06 +0100 User-agent: mu4e 1.4.15; emacs 27.2
Ludovic Courtès <ludo@gnu.org> writes:

> Hi!
>
> Christopher Baines <mail@cbaines.net> skribis:
>
>> I think this is generally useful. Personally, I want the HTTP gzip static and
>> gunzip ones for serving gzip compressed log files, and I spotted that the 
>> HTTP
>> sub and addition ones are easy to enable as well.
>>
>> * gnu/packages/web.scm (nginx)[arguments]: Add the following configure flags:
>> --with-http_gzip_static_module, --with-http_gunzip_module,
>> --with-http_addition_module, --with-http_sub_module.
>
> LGTM, thanks!

Great, pushed as 2d31eeecf06ab14732d374c75cdf6e7a55aa704e.

Thanks for taking a look!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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