mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
nginx: add configure flag --with-compat
Without it, nginx could complain about incompatible dynamic modules Signed-off-by: Glen Huang <me@glenhuang.com> [ fix conflict error on cherry-pick ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
committed by
Christian Marangi
parent
6a3cc76ea5
commit
57eb73ae63
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user