aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd
diff options
context:
space:
mode:
authorPeter Johennecken <pjohennecken@rosen-group.com>2023-03-31 10:35:35 +0200
committerKhem Raj <raj.khem@gmail.com>2023-03-31 10:42:43 -0700
commit9937ffa5d2ae3af7377958405f0dc3720a749028 (patch)
tree7c8605b494be88fed4cf020ad0407e5e29fa280f /meta-webserver/recipes-httpd
parentdb87078a402e93ec3e5c598d7951a3475dce04dc (diff)
downloadmeta-openembedded-9937ffa5d2ae3af7377958405f0dc3720a749028.tar.gz
nginx: added packagegroup for webdav module
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd')
-rw-r--r--meta-webserver/recipes-httpd/nginx/nginx.inc1
1 files changed, 1 insertions, 0 deletions
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