fix lighttpd dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4643 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-08-23 21:57:35 +00:00
parent 7b405879ea
commit 3656dfe79f

View File

@ -26,7 +26,7 @@ define Package/lighttpd
MENU:=1
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libopenssl +libpcre +libpthread
DEPENDS:=+libopenssl +libpcre +libpthread +libsqlite3 +libxml2
TITLE:=A flexible and lightweight web server
URL:=http://www.lighttpd.net/
endef