浏览代码

lighttpd: fix build without webdav support

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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 14 年之前
父节点
当前提交
4bc1041db6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/lighttpd/lighttpd.mk

+ 1 - 1
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