From 82c47ea1c12ee3c3d50152cf4fb29d709d1fe4df Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 11 Jun 2012 22:19:38 +0000 Subject: [PATCH] dt: add missing dependency on librt SVN-Revision: 32218 --- utils/dt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/dt/Makefile b/utils/dt/Makefile index 168bbed02c..d3a014795d 100644 --- a/utils/dt/Makefile +++ b/utils/dt/Makefile @@ -26,7 +26,7 @@ define Package/dt SECTION:=utils TITLE:=A generic data test program URL:=http://www.scsifaq.org/RMiller_Tools/index.html - DEPENDS:=+libpthread + DEPENDS:=+libpthread +librt endef define Package/dt/description -- 2.30.2