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:
b2730b7
)
[packages] asterisk-1.8.x: fix not-yet-existing libsrtp dependency
author
Hans Zandbelt
<hans.zandbelt@gmail.com>
Mon, 16 Jan 2012 11:56:34 +0000
(11:56 +0000)
committer
Hans Zandbelt
<hans.zandbelt@gmail.com>
Mon, 16 Jan 2012 11:56:34 +0000
(11:56 +0000)
SVN-Revision: 29761
net/asterisk-1.8.x/Makefile
patch
|
blob
|
history
diff --git
a/net/asterisk-1.8.x/Makefile
b/net/asterisk-1.8.x/Makefile
index 323e0ca98669aed133f93dd7ab6c4e9cdcc68de7..be8aab56ef66c0eb61e198e19167fdf760c4519c 100644
(file)
--- a/
net/asterisk-1.8.x/Makefile
+++ b/
net/asterisk-1.8.x/Makefile
@@
-120,7
+120,7
@@
endef
define Package/asterisk18-res-srtp
$(call Package/asterisk18/Default)
TITLE:=SRTP support
- DEPENDS:= asterisk18
+asterisk18-res-crypto +libsrtp
+ DEPENDS:= asterisk18
libsrtp +asterisk18-res-crypto
endef
define Package/asterisk18-res-srtp/description