[Buildroot] [git commit] nginx-dav-ext: depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Dec 5 20:33:43 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=1547eea294058a6e5f2ed06df590b43ac601ff71
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This package adds missing WebDAB commands to NGINX. So, it makes sense
iff Nginx is compiled with the WebDAV support.

Fixes:

  http://autobuild.buildroot.net/results/6e997faf553dc70d0aa1ee811fd669650349cba2/

Signed-off-by: Johan Oudinet <johan.oudinet at gmail.com>
[Thomas: fix indentation, add autobuilder reference.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/nginx-dav-ext/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/nginx-dav-ext/Config.in b/package/nginx-dav-ext/Config.in
index bf197dc..1e60321 100644
--- a/package/nginx-dav-ext/Config.in
+++ b/package/nginx-dav-ext/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NGINX_DAV_EXT
 	bool "nginx-dav-ext"
+	depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE
 	select BR2_PACKAGE_EXPAT
 	help
 	  NGINX WebDAV missing commands support (PROPFIND & OPTIONS).


More information about the buildroot mailing list