[Buildroot] [PATCH 2/2] nginx-dav-ext: depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE

Johan Oudinet johan.oudinet at gmail.com
Mon Dec 5 14:28:25 UTC 2016


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

Signed-off-by: Johan Oudinet <johan.oudinet at gmail.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..8761e2f 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).
-- 
2.7.4



More information about the buildroot mailing list