summaryrefslogtreecommitdiff
path: root/package/ruby/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-03 13:22:22 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-03 13:31:01 +0200
commitc3d39ab15aefd239c617288e2cfe11d3eeea00f4 (patch)
tree2980934b182bb2b27401cc7c2c859a498e8896cc /package/ruby/Makefile
parent1ecabcafa838ea0ec2d5d7db24cbdfba2f123af2 (diff)
remove librt/libpthread packages, not required anymore
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r--package/ruby/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile
index c06b3d0c1..dc7fc6057 100644
--- a/package/ruby/Makefile
+++ b/package/ruby/Makefile
@@ -11,7 +11,7 @@ PKG_DESCR:= scripting language
PKG_SECTION:= dev/lang
PKG_BUILDDEP:= ruby-host
HOST_BUILDDEP:= readline-host
-PKG_NEEDS:= threads rt
+PKG_NEEDS:= threads
PKG_URL:= http://www.ruby-lang.org/
PKG_SITES:= http://ftp.ruby-lang.org/pub/ruby/2.3/
PKG_NOPARALLEL:= 1