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:
7fc533b
)
ctorrent depends on openssl
author
Peter Wagner
<tripolar@gmx.at>
Mon, 1 Mar 2010 18:31:27 +0000
(18:31 +0000)
committer
Peter Wagner
<tripolar@gmx.at>
Mon, 1 Mar 2010 18:31:27 +0000
(18:31 +0000)
SVN-Revision: 19938
net/ctorrent/Makefile
patch
|
blob
|
history
diff --git
a/net/ctorrent/Makefile
b/net/ctorrent/Makefile
index 8b2de4b1383a8acdd5e7cd39b5ccc306c3121781..d2664f5298ce36ca6160a44a2e61527815113068 100644
(file)
--- a/
net/ctorrent/Makefile
+++ b/
net/ctorrent/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=ctorrent
PKG_VERSION:=dnh3.3.2
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/dtorrent \
@@
-38,6
+38,7
@@
endef
define Package/ctorrent
$(call Package/ctorrent/Default)
TITLE+= (with OpenSSL support)
+ DEPENDS+=+libopenssl
VARIANT:=ssl
endef