From 9ffe17e377ae77ce6a734289344895d10c1d3ff4 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 12 Jun 2012 23:47:44 +0000 Subject: [PATCH] tokyocabinet: depends on librt SVN-Revision: 32288 --- libs/tokyocabinet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tokyocabinet/Makefile b/libs/tokyocabinet/Makefile index 2ddcb1b31..54f8a00a8 100644 --- 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 endef -- 2.30.2