mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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>
This commit is contained in:
parent
b9986cac3e
commit
f890bf6392
1 changed files with 1 additions and 0 deletions
|
@ -397,6 +397,7 @@ (define-public nginx
|
||||||
"--with-http_v2_module"
|
"--with-http_v2_module"
|
||||||
"--with-pcre-jit"
|
"--with-pcre-jit"
|
||||||
"--with-debug"
|
"--with-debug"
|
||||||
|
"--with-stream"
|
||||||
;; Even when not cross-building, we pass the
|
;; Even when not cross-building, we pass the
|
||||||
;; --crossbuild option to avoid customizing for the
|
;; --crossbuild option to avoid customizing for the
|
||||||
;; kernel version on the build machine.
|
;; kernel version on the build machine.
|
||||||
|
|
Loading…
Reference in a new issue