projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab1cc4f
)
dt: add missing dependency on librt
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 22:19:38 +0000
(22:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 22:19:38 +0000
(22:19 +0000)
SVN-Revision: 32218
utils/dt/Makefile
patch
|
blob
|
history
diff --git
a/utils/dt/Makefile
b/utils/dt/Makefile
index 168bbed02cbaeac806e8a0577231b0703e964901..d3a014795df64ae4e3fbbbf6dd928905197dfed9 100644
(file)
--- 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