[package] correct lighttpd dependencies against libsqlite3 and libxml2, patch from Roberto Riggio

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14463 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-02-10 16:25:07 +00:00
parent 7afafcd592
commit 960c15bb86

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lighttpd
PKG_VERSION:=1.4.20
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.lighttpd.net/download/
@ -30,7 +30,7 @@ endef
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 @@ endef
define Package/lighttpd-mod-webdav
$(call Package/lighttpd/Default)
DEPENDS:=lighttpd
DEPENDS:=lighttpd +libsqlite3 +libxml2
TITLE:=WebDAV module
endef