From: nbd Date: Tue, 1 Feb 2011 20:31:35 +0000 (+0000) Subject: btpd: add missing dependency on libopenssl X-Git-Url: http://git.archive.openwrt.org/?p=packages.git;a=commitdiff_plain;h=39fec81c2d17fb1f8d6ff77b0c5b5c63e2a61a60 btpd: add missing dependency on libopenssl git-svn-id: svn://svn.openwrt.org/openwrt/packages@25287 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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/