From: Florian Fainelli Date: Tue, 10 Feb 2009 16:25:07 +0000 (+0000) Subject: [package] correct lighttpd dependencies against libsqlite3 and libxml2, patch from... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f1b2d734ab1e5ae6dbbcd6846a04edc2adb71552;p=openwrt%2Fsvn-archive%2Farchive.git [package] correct lighttpd dependencies against libsqlite3 and libxml2, patch from Roberto Riggio SVN-Revision: 14463 --- diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 555a50cca2..e7a052e7ef 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -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