From f890bf63920c2ab810329af40d2c1516cc2a3a7b Mon Sep 17 00:00:00 2001 From: methuselah-0 Date: Wed, 31 Mar 2021 11:00:31 +0200 Subject: gnu: nginx: Enable stream module. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/web.scm (nginx)[arguments]: Add --with-stream option in the 'configure phase. Signed-off-by: Ludovic Courtès --- gnu/packages/web.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/web.scm') 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. -- cgit v1.2.3