From: Alex Shumsky Date: Thu, 31 Aug 2023 19:19:48 +0000 (+0300) Subject: nginx: fix erroneous new line escape in Makefile X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9f3e67a52a00f1336ee3b2a3476cb6e76febe159;p=feed%2Fpackages.git nginx: fix erroneous new line escape in Makefile Signed-off-by: Alex Shumsky --- 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