Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx: added PACKAGECONFIG for webdav module #669

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
nginx: added packagegroup for webdav module
  • Loading branch information
onkelpit committed Mar 31, 2023
commit 66fbc295ce9ac7f4e7412a69de96b9046c61e572
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 @@ -43,6 +43,7 @@ PACKAGECONFIG[gunzip] = "--with-http_gunzip_module,,"
PACKAGECONFIG[http2] = "--with-http_v2_module,,"
PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl"
PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"
PACKAGECONFIG[webdav] = "--with-http_dav_module,,"

do_configure () {
if [ "${SITEINFO_BITS}" = "64" ]; then
Expand Down