[packages] prosody: add missing dependency on libopenssl, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16743 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
676d5b9b0e
commit
32c9b60148
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=prosody
|
||||
PKG_VERSION:=0.4.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://prosody.im/downloads/source/
|
||||
@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/prosody
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+liblua +libidn +luasocket +luaexpat +luasec
|
||||
DEPENDS:=+liblua +libidn +libopenssl +luasocket +luaexpat +luasec
|
||||
TITLE:=XMPP server
|
||||
URL:=http://prosody.im
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user