nginx: fix module depends on nginx
authorDaniel F. Dickinson <redacted>
Tue, 17 Feb 2026 04:42:33 +0000 (23:42 -0500)
committerRobert Marko <redacted>
Wed, 18 Feb 2026 09:10:35 +0000 (10:10 +0100)
commitb441a83e957712ce44d5c6135f98bfe3f381aacb
tree38d50de168fb060572d98195bf6a2b695d319d18
parentf901d88ea4790add8bde39d969079871f252b096
nginx: fix module depends on nginx

Closes #28587
nginx: many module recursive dependencies

The solution turns out to be pretty trivial.
Replace the +nginx in the module DEPENDS.

This means the modules do not 'select' nginx, but the do 'depend on'
nginx. So nginx is required to install the modules.

This is the same approach taken with PHP8 and #28585 for Zabbix.

Signed-off-by: Daniel F. Dickinson <redacted>
net/nginx/Makefile
git clone https://git.99rst.org/PROJECT