From 57eb73ae633f22dea618cf173cd10ae6226494ef Mon Sep 17 00:00:00 2001 From: Glen Huang Date: Thu, 11 May 2023 11:25:10 +0800 Subject: [PATCH] nginx: add configure flag --with-compat Without it, nginx could complain about incompatible dynamic modules Signed-off-by: Glen Huang [ fix conflict error on cherry-pick ] Signed-off-by: Christian Marangi --- net/nginx/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \