summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-07-05 23:21:58 +0200
committerChristopher Baines <mail@cbaines.net>2024-07-05 23:26:20 +0200
commitd11912ac254d1dd8f5d1f5d67c59d0f6d6b68006 (patch)
tree98bebb4045605b0266d8700c5182f205481fe3e9 /gnu
parente725e47a695c82305fa65e63e54477c6a210f53d (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm1
1 files changed, 1 insertions, 0 deletions
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"