From 9f3e67a52a00f1336ee3b2a3476cb6e76febe159 Mon Sep 17 00:00:00 2001 From: Alex Shumsky Date: Thu, 31 Aug 2023 22:19:48 +0300 Subject: [PATCH] nginx: fix erroneous new line escape in Makefile Signed-off-by: Alex Shumsky --- net/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 69e8b7af2c..35cf562e4e 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -250,7 +250,7 @@ else ADDITIONAL_MODULES += --with-ipv6 --with-http_stub_status_module --with-http_flv_module \ --with-http_dav_module \ --with-http_auth_request_module --with-http_v2_module --with-http_realip_module \ - --with-http_secure_link_module --with-http_sub_module \ + --with-http_secure_link_module --with-http_sub_module config_files += koi-utf koi-win win-utf fastcgi_params uwsgi_params endif -- 2.30.2