projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
252d9a2
)
lighttpd: fix build without webdav support
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 2 Apr 2011 08:24:59 +0000
(10:24 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/lighttpd/lighttpd.mk
b/package/lighttpd/lighttpd.mk
index 5901801536e374b4674f4d936872c3dacb2559f5..332afe7a1b66066f3704d8dc2556e77a2850cbf6 100644
(file)
--- 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