From: Felix Fietkau Date: Tue, 2 Aug 2011 09:26:55 +0000 (+0000) Subject: ruby: add missing dependency on librt (#9867) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=1c99b2de78bb148d1affde94ef594c4fe4663086 ruby: add missing dependency on librt (#9867) SVN-Revision: 27873 --- diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 04c8a16975..788d136ce9 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