summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authormethuselah-0 <david.larsson@selfhosted.xyz>2021-03-31 11:00:31 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-12 12:51:15 +0200
commitf890bf63920c2ab810329af40d2c1516cc2a3a7b (patch)
treef243d3c61895089244e801a9c2ad74844a9c6007 /gnu/packages/web.scm
parentb9986cac3ed33cfa9455fc8a27738d2342d3aa45 (diff)
gnu: nginx: Enable stream module.
* gnu/packages/web.scm (nginx)[arguments]: Add --with-stream option in the 'configure phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index bb5196b9f2..2331601ce7 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.