projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
676d5b9
)
[packages] prosody: add missing dependency on libopenssl, bump release number
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Jul 2009 14:07:20 +0000
(14:07 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Jul 2009 14:07:20 +0000
(14:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16743
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/prosody/Makefile
patch
|
blob
|
history
diff --git
a/net/prosody/Makefile
b/net/prosody/Makefile
index
55fbc4b
..
a6ed1eb
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