From 39fec81c2d17fb1f8d6ff77b0c5b5c63e2a61a60 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 1 Feb 2011 20:31:35 +0000 Subject: [PATCH] btpd: add missing dependency on libopenssl git-svn-id: svn://svn.openwrt.org/openwrt/packages@25287 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/btpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/btpd/Makefile b/net/btpd/Makefile index 9085267d4..803546a9d 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/btpd SECTION:=net CATEGORY:=Network - DEPENDS:=+libpthread + DEPENDS:=+libpthread +libopenssl SUBMENU:=BitTorrent TITLE:=btpd - BitTorrent Protocol Daemon URL:=https://github.com/btpd/btpd/wiki/