mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-01 01:13:29 +08:00
lighttpd: fix build without webdav support
Fix a typo in the --without-webdav-* handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
252d9a20a1
commit
4bc1041db6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user