From 8750f4d958cd7b5569a4e6fb30cf844513e5fe8b Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 29 Jun 2012 18:30:12 +0000 Subject: [PATCH] btpd: add missing dependency on librt git-svn-id: svn://svn.openwrt.org/openwrt/packages@32530 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 b98e1480c..351d46e6a 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.11.0