projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4078949
)
dt: add missing dependency on librt
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 22:19:38 +0000
(22:19 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 22:19:38 +0000
(22:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32218
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/dt/Makefile
patch
|
blob
|
history
diff --git
a/utils/dt/Makefile
b/utils/dt/Makefile
index
168bbed
..
d3a0147
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