[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: nginx: Add --with-compat to the configure fl
From: |
guix-commits |
Subject: |
branch master updated: gnu: nginx: Add --with-compat to the configure flags. |
Date: |
Fri, 05 Jul 2024 17:28:41 -0400 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d11912ac25 gnu: nginx: Add --with-compat to the configure flags.
d11912ac25 is described below
commit d11912ac254d1dd8f5d1f5d67c59d0f6d6b68006
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Jul 5 23:21:58 2024 +0200
gnu: nginx: Add --with-compat to the configure flags.
To match the change to nginx-accept-language-module made in
cd15d417e30597b131aa00cea0aaa78a36cc74a6, as the lack of --with-compat
seemed
to cause a "binary compatible" error when trying to use this module with
NGinx.
* gnu/packages/web.scm (nginx)[arguments]: Add --with-compat to
#:configure-flags.
Change-Id: I50831aef84e845c3cdfc2d6e0f4ba9b6f0dc80d1
---
gnu/packages/web.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 90f7330f2b..3988621835 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -533,6 +533,7 @@ the same, being completely separated from the Internet.")
"--with-http_sub_module"
"--with-pcre-jit"
"--with-debug"
+ "--with-compat"
"--with-stream"
"--with-stream_ssl_module"
"--with-http_stub_status_module"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: nginx: Add --with-compat to the configure flags.,
guix-commits <=