diff --git a/nginx-current/APKBUILD b/nginx-current/APKBUILD index 446b3aa..2d36d4c 100644 --- a/nginx-current/APKBUILD +++ b/nginx-current/APKBUILD @@ -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 \