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:
dec8786
)
[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 55fbc4bf0297f64d4bb3c8d6e07bf4b3da3f01c0..a6ed1eb6a6c8a94e677a3a7106fc8b76ad2d46ee 100644
(file)
--- a/
net/prosody/Makefile
+++ b/
net/prosody/Makefile
@@
-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 +l
ibopenssl +l
uasocket +luaexpat +luasec
TITLE:=XMPP server
URL:=http://prosody.im
endef