[packages] tokyocabinet: depends on librt

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32288 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-06-12 23:47:44 +00:00
parent f6463df1bb
commit d5897f68a2

View File

@ -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