nginx: add configure flag --with-compat
authorGlen Huang <[email protected]>
Thu, 11 May 2023 03:25:10 +0000 (11:25 +0800)
committerChristian 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

index 16767efdd39064f20f484223c5aa66207f334974..bb0b9441e8fac78791d7ebe1caf98cdfa036531c 100644 (file)
@@ -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 \