summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/lighttpd/lighttpd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk
index 590180153..332afe7a1 100644
--- a/package/lighttpd/lighttpd.mk
+++ b/package/lighttpd/lighttpd.mk
@@ -47,7 +47,7 @@ ifeq ($(BR2_PACKAGE_LIGHTTPD_WEBDAV),y)
LIGHTTPD_DEPENDENCIES += libxml2 sqlite
LIGHTTPD_CONF_OPT += --with-webdav-props --with-webdav-locks
else
-LIGHTTPD_CONF_OPT += ---without-webdav-props --without-webdav-locks
+LIGHTTPD_CONF_OPT += --without-webdav-props --without-webdav-locks
endif
define LIGHTTPD_UNINSTALL_TARGET_CMDS