From d5897f68a2d4832d80295db8377d0251c2309039 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 12 Jun 2012 23:47:44 +0000 Subject: [PATCH] [packages] tokyocabinet: depends on librt git-svn-id: svn://svn.openwrt.org/openwrt/packages@32288 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0