ruby: fix build when libyaml is present 1201/head
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Mon, 27 Apr 2015 14:48:45 +0000 (11:48 -0300)
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>
Mon, 27 Apr 2015 14:55:12 +0000 (11:55 -0300)
commit05387981d5d79371679f9a777cd44bbfc6531c2c
tree247553d8c1632365ff5dca2cbdc0efb079bb31c3
parentf0d822675373e7a23abda92ad4100835c8192cd7
ruby: fix build when libyaml is present

libyaml is an optional dep for ruby psych. When missing, it uses
a bundled version of yaml. However, when libyaml is present in
openwrt build, ruby-psych packaging failed with deps not declared.
Now libyaml is configured as a hard dep for ruby-psych.

Also, the tk module was disabled in order to avoid a possible similar
problem if tk+x11 is provided in openwrt build. It was currently not
build because of missing deps.

Other minor changes:
- win32* modules where disabled (avoid err msg, no compile changes)
- Some files where removed in 2.2.x (like gserver.rb). They were already
  not packaged but generates a build warning message. Now removed from install.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
lang/ruby/Makefile