ruby: add missing dependency on librt (#9867)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27873 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-08-02 09:26:55 +00:00
parent 2ea26f5d21
commit 10f3b43931

View File

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