Skip to content

Commit

Permalink
nginx: added packagegroup for webdav module
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
onkelpit authored and kraj committed Mar 31, 2023
1 parent db87078 commit 9937ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-webserver/recipes-httpd/nginx/nginx.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9937ffa

Please sign in to comment.