[Buildroot] [git commit master 1/1] lighttpd: fix build without webdav support

Peter Korsgaard jacmet at sunsite.dk
Sat Apr 2 08:24:59 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=4bc1041db6ce805a8d96f653e50ce06eb6849d4b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/lighttpd/lighttpd.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk
index 5901801..332afe7 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
-- 
1.7.3.4




More information about the buildroot mailing list