btpd: add missing dependency on libopenssl
authorFelix Fietkau <nbd@openwrt.org>
Tue, 1 Feb 2011 20:31:35 +0000 (20:31 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 1 Feb 2011 20:31:35 +0000 (20:31 +0000)
SVN-Revision: 25287

net/btpd/Makefile

index 9085267d40989ead868cb8024d5f4118135bbb97..803546a9deb39209f7feca00802daad25f79df4d 100644 (file)
@@ -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/