diff options
author | Glen Huang <me@glenhuang.com> | 2023-05-11 11:25:10 +0800 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-20 23:18:00 +0200 |
commit | 57eb73ae633f22dea618cf173cd10ae6226494ef (patch) | |
tree | 361e933fc4146afdbf88c276b28b5c889a6ed025 /net/nginx/Makefile | |
parent | 6a3cc76ea56d8e4ac675e67a55c7f4b76e97bd5b (diff) |
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>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r-- | net/nginx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 16767efdd..bb0b9441e 100644 --- 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 \ |