mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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-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.
|
||||
|
|
Loading…
Reference in a new issue