ruby: really disable ncurses/readline for host
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 27 Nov 2011 21:16:40 +0000 (22:16 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 27 Nov 2011 21:16:40 +0000 (22:16 +0100)
commite4c61e5ea4b09bf112c94b86cde78784476c4014
tree8a2a9cdcef6a34c70eefbc613a4a915b5f54649c
parent4dc18dc51495079c15c81877ec862ab54992b691
ruby: really disable ncurses/readline for host

Commit 150124b (ruby: fix host build breakage) tried to fix host-ruby
build failures by disabling ncurses/readline extensions, but the
ruby configure script doesn't understand --without-ncurses /
--without-readline arguments, so the commit didn't do anything.

Fix it by really disabling them using the --with-out-ext argument.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ruby/ruby.mk