From: Peter Korsgaard Date: Sat, 2 Apr 2011 08:24:59 +0000 (+0200) Subject: lighttpd: fix build without webdav support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bc1041db6ce805a8d96f653e50ce06eb6849d4b;p=buildroot.git lighttpd: fix build without webdav support Fix a typo in the --without-webdav-* handling. Signed-off-by: Peter Korsgaard --- diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk index 5901801536..332afe7a1b 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