From 9937ffa5d2ae3af7377958405f0dc3720a749028 Mon Sep 17 00:00:00 2001 From: Peter Johennecken Date: Fri, 31 Mar 2023 10:35:35 +0200 Subject: [PATCH] nginx: added packagegroup for webdav module Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/nginx/nginx.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index 260f5f320c..944968ab9e 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc @@ -44,6 +44,7 @@ PACKAGECONFIG[http2] = "--with-http_v2_module,," PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl" PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,," PACKAGECONFIG[ipv6] = "--with-ipv6,," +PACKAGECONFIG[webdav] = "--with-http_dav_module,," do_configure () { if [ "${SITEINFO_BITS}" = "64" ]; then