lighttpd: fix build without webdav support
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 2 Apr 2011 08:24:59 +0000 (10:24 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 2 Apr 2011 08:24:59 +0000 (10:24 +0200)
Fix a typo in the --without-webdav-* handling.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/lighttpd/lighttpd.mk

index 5901801536e374b4674f4d936872c3dacb2559f5..332afe7a1b66066f3704d8dc2556e77a2850cbf6 100644 (file)
@@ -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