1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/net/nginx
Christian Marangi 3d0183e9c5
nginx: don't install all module for FULL variant
We currently have a more or less circular dependency with nginx ssl and
full variant.

FULL variant depends on every nginx module. Every nginx module depends
on nginx-ssl.

Since nginx-full depends on an nginx module, nginx-ssl is installed as
module depends on it and then the installation fails as nginx-full
conflicts with nginx-ssl.

nginx-full in it's meaning is nginx built with every config selected and
it should not have module as dependency. In fact an user should always
install them separetly as while other things, local modification to the
nginx config file are required to include the just installed module.

To fix this circular dependency problem, drop the dependency of every
nginx module for FULL variant.

Fixes: #21300
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2023-07-07 12:50:12 +02:00
..
files nginx: fix problem with migration of uci conf template 2023-06-11 04:36:12 +02:00
files-luci-support nginx: introduce support for dynamic modules 2023-04-27 06:14:57 +02:00
patches nginx: bump to new 1.25.0 release 2023-06-11 10:07:43 +02:00
Config_ssl.in nginx: add quic modue 2023-07-05 21:27:16 +02:00
Makefile nginx: don't install all module for FULL variant 2023-07-07 12:50:12 +02:00