projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a3cc76
)
nginx: add configure flag --with-compat
author
Glen Huang
<
[email protected]
>
Thu, 11 May 2023 03:25:10 +0000
(11:25 +0800)
committer
Christian Marangi
<
[email protected]
>
Sat, 20 May 2023 21:18:00 +0000
(23:18 +0200)
Without it, nginx could complain about incompatible dynamic modules
Signed-off-by: Glen Huang <
[email protected]
>
[ fix conflict error on cherry-pick ]
Signed-off-by: Christian Marangi <
[email protected]
>
net/nginx/Makefile
patch
|
blob
|
history
diff --git
a/net/nginx/Makefile
b/net/nginx/Makefile
index 16767efdd39064f20f484223c5aa66207f334974..bb0b9441e8fac78791d7ebe1caf98cdfa036531c 100644
(file)
--- a/
net/nginx/Makefile
+++ b/
net/nginx/Makefile
@@
-402,6
+402,7
@@
CONFIGURE_ARGS += \
--prefix=/usr \
--conf-path=/etc/nginx/nginx.conf \
--modules-path=/usr/lib/nginx/modules \
+ --with-compat \
$(ADDITIONAL_MODULES) \
--error-log-path=stderr \
--pid-path=/var/run/nginx.pid \