From: Felix Fietkau Date: Tue, 1 Feb 2011 20:31:35 +0000 (+0000) Subject: btpd: add missing dependency on libopenssl X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3e30b2fc2aa48e74ce5555a0d68e0115c7031419;p=openwrt%2Fsvn-archive%2Farchive.git btpd: add missing dependency on libopenssl SVN-Revision: 25287 --- diff --git a/net/btpd/Makefile b/net/btpd/Makefile index 9085267d40..803546a9de 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/