prosody: add missing dependency on libopenssl, bump release number
authorNicolas Thill <nico@openwrt.org>
Wed, 8 Jul 2009 14:07:20 +0000 (14:07 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 8 Jul 2009 14:07:20 +0000 (14:07 +0000)
SVN-Revision: 16743

net/prosody/Makefile

index e3b9f73f1b2c56af3ab900e249931f2a1dc21730..5bb2383896be5c60dc64fe035aac4b9115268aef 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=prosody
 PKG_VERSION:=0.2.0
-PKG_RELEASE:=1
+PKG_RELEASE:=1.1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://prosody.im/downloads/source/
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/prosody
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+liblua +libidn
+  DEPENDS:=+liblua +libidn +libopenssl
   TITLE:=XMPP server
   URL:=http://prosody.im
 endef