guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fea728d1435e4a74c9bc3e32c52ca2ecb067c631
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Sep 19 17:11:22 2025 +0100

    gnu: nginx: Enable stream_ssl_preread module.
    
    * gnu/packages/web.scm (nginx)[arguments]: Add
    --with-stream_ssl_preread_module configure flag.
---
 gnu/packages/web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5cad89fe18..ea3f277ca7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -572,6 +572,7 @@ the same, being completely separated from the Internet.")
               "--with-compat"
               "--with-stream"
               "--with-stream_ssl_module"
+              "--with-stream_ssl_preread_module"
               "--with-http_stub_status_module"
               ;; Even when not cross-building, we pass the
               ;; --crossbuild option to avoid customizing for the

Reply via email to