ruby: Fix build dependency of gmp/host
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Wed, 20 Aug 2014 03:33:29 +0000 (00:33 -0300)
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>
Wed, 20 Aug 2014 03:33:29 +0000 (00:33 -0300)
commit0ecf63a655b1ef48f68c1f5ef0ec32db4d10adc2
treec39feb75657a53074723a3a256ef843708044d4d
parent400e4dee634eaf7359d33ee8510b4c6be059fae6
ruby: Fix build dependency of gmp/host

libgmp.so is needed for miniruby, that is compiled in host.
Using PKG_BUILD_DEPENDS=gmp/host eventually compiled gmp/host
before ruby/host. However, when this did not happened, build
failed. Using HOST_BUILD_DEPENDS=gmp/host seems to be the
correct way to require it.

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