summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8890e0bea1..f65c209710 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx.inc
+++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
@@ -47,6 +47,7 @@ PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"
47PACKAGECONFIG[ipv6] = "--with-ipv6,," 47PACKAGECONFIG[ipv6] = "--with-ipv6,,"
48PACKAGECONFIG[webdav] = "--with-http_dav_module,," 48PACKAGECONFIG[webdav] = "--with-http_dav_module,,"
49PACKAGECONFIG[stream] = "--with-stream,," 49PACKAGECONFIG[stream] = "--with-stream,,"
50PACKAGECONFIG[http-sub-module] = "--with-http_sub_module,,"
50 51
51PACKAGECONFIG[xslt] = "--with-http_xslt_module,,libxslt" 52PACKAGECONFIG[xslt] = "--with-http_xslt_module,,libxslt"
52 53