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:
parent
2ea26f5d21
commit
10f3b43931
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user