nginx-current: disable other modules

This commit is contained in:
psykose 2022-06-24 01:55:51 +00:00
parent c210ca7518
commit bb7feb3f82
Signed by: psykose
SSH key fingerprint: SHA256:HwlGVJNLZqHoOvMtkshyGaXLkcdbEJahYMlepHFL+Uk

View file

@ -48,10 +48,6 @@ _modules_dir="usr/lib/nginx/modules"
# Built-in dynamic modules
for _mod in \
http-image-filter \
http-perl \
http-xslt-filter \
mail \
stream
do
subpackages="$subpackages $pkgname-mod-$_mod:_module"
@ -108,8 +104,6 @@ build() {
--with-http_v2_module \
--with-http_realip_module \
--with-http_addition_module \
--with-http_xslt_module=dynamic \
--with-http_image_filter_module=dynamic \
--with-http_sub_module \
--with-http_flv_module \
--with-http_mp4_module \
@ -121,8 +115,6 @@ build() {
--with-http_degradation_module \
--with-http_slice_module \
--with-http_stub_status_module \
--with-http_perl_module=dynamic \
--with-mail=dynamic \
--with-mail_ssl_module \
--with-openssl-opt=enable-ktls \
--with-stream=dynamic \