lighttpd: Disable WebDAV by default

* It is disabled by default in lighttpd itself
* Darwin doesn’t seem to have a function in libuiid that it needs
This commit is contained in:
Kirill Elagin 2019-01-06 12:58:27 +03:00
parent be1c03ddaf
commit d94cbd4188
No known key found for this signature in database
GPG key ID: 914505DF3B3B7B76

View file

@ -2,7 +2,7 @@
, openssl, enableMagnet ? false, lua5_1 ? null
, enableMysql ? false, mysql ? null
, enableLdap ? false, openldap ? null
, enableWebDAV ? true, sqlite ? null, libuuid ? null
, enableWebDAV ? false, sqlite ? null, libuuid ? null
, perl
}: