gnu: nginx: Enable stream module.
authormethuselah-0 <david.larsson@selfhosted.xyz>
Wed, 31 Mar 2021 09:00:31 +0000 (11:00 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 12 Apr 2021 10:51:15 +0000 (12:51 +0200)
* gnu/packages/web.scm (nginx)[arguments]: Add --with-stream option in the 'configure phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/web.scm

index bb5196b..2331601 100644 (file)
@@ -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.