From c6865c789a574c0e4216731070694f8b4616a963 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 29 Jun 2012 18:30:12 +0000 Subject: [PATCH] btpd: add missing dependency on librt SVN-Revision: 32530 --- net/btpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/btpd/Makefile b/net/btpd/Makefile index b98e1480c0..351d46e6a5 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/btpd SECTION:=net CATEGORY:=Network - DEPENDS:=+libpthread + DEPENDS:=+libpthread +librt SUBMENU:=BitTorrent TITLE:=btpd - BitTorrent Protocol Daemon URL:=https://github.com/btpd/btpd/wiki/ -- 2.30.2