From: tripolar Date: Mon, 1 Mar 2010 18:31:27 +0000 (+0000) Subject: ctorrent depends on openssl X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=4e4c6b9c5dcc0fa7ac1f9a09f4e95ff1ef10bddf;p=packages.git ctorrent depends on openssl git-svn-id: svn://svn.openwrt.org/openwrt/packages@19938 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index 8b2de4b13..d2664f529 100644 --- 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