From e3ab2d211d413867bf0655e20cd2eb928ebc97b7 Mon Sep 17 00:00:00 2001 From: Peter Wagner <​tripolar@gmx.at> Date: Mon, 1 Mar 2010 18:31:27 +0000 Subject: [PATCH] ctorrent depends on openssl SVN-Revision: 19938 --- net/ctorrent/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index 8b2de4b138..d2664f5298 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 -- 2.30.2