From 10f3b4393142e821f83bcf6448e34fbbeb62d9e6 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 2 Aug 2011 09:26:55 +0000 Subject: [PATCH] ruby: add missing dependency on librt (#9867) git-svn-id: svn://svn.openwrt.org/openwrt/packages@27873 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/ruby/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 04c8a1697..788d136ce 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -63,7 +63,7 @@ $(call Package/ruby/Default) SECTION:=libs CATEGORY:=Libraries TITLE+= (shared library) - DEPENDS+= +libpthread + DEPENDS+= +libpthread +librt endef # Ongoing work to break up ruby's standard library into coherent pieces