projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006412b
)
[packages] prosody: add missing dependency on libopenssl, bump release number
author
Nicolas Thill
<nico@openwrt.org>
Wed, 8 Jul 2009 14:07:20 +0000
(14:07 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 8 Jul 2009 14:07:20 +0000
(14:07 +0000)
SVN-Revision: 16743
net/prosody/Makefile
patch
|
blob
|
history
diff --git
a/net/prosody/Makefile
b/net/prosody/Makefile
index e3b9f73f1b2c56af3ab900e249931f2a1dc21730..5bb2383896be5c60dc64fe035aac4b9115268aef 100644
(file)
--- a/
net/prosody/Makefile
+++ b/
net/prosody/Makefile
@@
-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