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:
3421fc0
)
[packages] tokyocabinet: depends on librt
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 23:47:44 +0000
(23:47 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 23:47:44 +0000
(23:47 +0000)
SVN-Revision: 32288
libs/tokyocabinet/Makefile
patch
|
blob
|
history
diff --git
a/libs/tokyocabinet/Makefile
b/libs/tokyocabinet/Makefile
index 2ddcb1b3134ce987f18a16c3b40de57c85876d50..54f8a00a8b4b758d9d773af46630e151eb8a63b7 100644
(file)
--- a/
libs/tokyocabinet/Makefile
+++ b/
libs/tokyocabinet/Makefile
@@
-23,7
+23,7
@@
define Package/tokyocabinet
CATEGORY:=Libraries
TITLE:=A library of routines to manage databases
URL:=http://fallabs.com/tokyocabinet/
- DEPENDS:=+zlib +bzip2 +libpthread
+ DEPENDS:=+zlib +bzip2 +libpthread
+librt
MAINTAINER:=Obinou <obconseil@gmail.com>
endef