Commit 4bc1041d authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

lighttpd: fix build without webdav support



Fix a typo in the --without-webdav-* handling.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 252d9a20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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