libsqlite3 and libxml2 are required only by the webdav module. There in no need to include them if the mod_webdav is not needed.
Signed-off-by: Roberto Riggio <[email protected]> -- Index: net/lighttpd/Makefile =================================================================== --- net/lighttpd/Makefile (revision 14458) +++ net/lighttpd/Makefile (working copy) @@ -30,7 +30,7 @@ define Package/lighttpd $(call Package/lighttpd/Default) MENU:=1 - DEPENDS:=+libopenssl +libpcre +libpthread +libsqlite3 +libxml2 + DEPENDS:=+libopenssl +libpcre +libpthread TITLE:=A flexible and lightweight web server endef @@ -126,7 +126,7 @@ define Package/lighttpd-mod-webdav $(call Package/lighttpd/Default) - DEPENDS:=lighttpd + DEPENDS:=lighttpd libsqlite3 libxml2 TITLE:=WebDAV module endef @@ -205,4 +205,3 @@ $(eval $(call BuildPlugin,lighttpd-mod-ssi,ssi)) $(eval $(call BuildPlugin,lighttpd-mod-status,status)) $(eval $(call BuildPlugin,lighttpd-mod-usertrack,usertrack)) -$(eval $(call BuildPlugin,lighttpd-mod-webdav,webdav)) _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
