[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:
parent
7afafcd592
commit
960c15bb86
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=lighttpd
|
PKG_NAME:=lighttpd
|
||||||
PKG_VERSION:=1.4.20
|
PKG_VERSION:=1.4.20
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://www.lighttpd.net/download/
|
PKG_SOURCE_URL:=http://www.lighttpd.net/download/
|
||||||
@ -30,7 +30,7 @@ endef
|
|||||||
define Package/lighttpd
|
define Package/lighttpd
|
||||||
$(call Package/lighttpd/Default)
|
$(call Package/lighttpd/Default)
|
||||||
MENU:=1
|
MENU:=1
|
||||||
DEPENDS:=+libopenssl +libpcre +libpthread +libsqlite3 +libxml2
|
DEPENDS:=+libopenssl +libpcre +libpthread
|
||||||
TITLE:=A flexible and lightweight web server
|
TITLE:=A flexible and lightweight web server
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -126,7 +126,7 @@ endef
|
|||||||
|
|
||||||
define Package/lighttpd-mod-webdav
|
define Package/lighttpd-mod-webdav
|
||||||
$(call Package/lighttpd/Default)
|
$(call Package/lighttpd/Default)
|
||||||
DEPENDS:=lighttpd
|
DEPENDS:=lighttpd +libsqlite3 +libxml2
|
||||||
TITLE:=WebDAV module
|
TITLE:=WebDAV module
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user