diff options
author | laurent laffont <laurent.laffont@gmail.com> | 2009-07-09 14:08:51 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-12 22:33:52 +0200 |
commit | 8703912fa081014488faeb09e8ec5f10de6b039c (patch) | |
tree | cc85f80d84eb068c699d07afc9e33d897b2a1c32 /package/ruby/ruby-configure.patch | |
parent | e5afc25114370c76ab414a45cf1c8b5597b266dd (diff) |
Change ruby version to 1.9.1-p129
Ruby 1.9.1 handle cross compilation better, espescially extensions
(I'm working on ARM at91sam9263-ek).
This patch also disable ruby doc generation and ipv6.
[Peter: fixed ipv6 handling]
Signed-off-by: laurent laffont <laurent.laffont@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ruby/ruby-configure.patch')
-rw-r--r-- | package/ruby/ruby-configure.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ruby/ruby-configure.patch b/package/ruby/ruby-configure.patch index ab44ebeca..2b58c7081 100644 --- a/package/ruby/ruby-configure.patch +++ b/package/ruby/ruby-configure.patch @@ -1,6 +1,6 @@ ---- ruby-1.8.3/configure.in.orig 2005-11-29 11:18:27.000000000 +0100 -+++ ruby-1.8.3/configure.in 2005-11-29 11:19:46.000000000 +0100 -@@ -529,7 +529,25 @@ +--- a/configure.in.orig 2009-07-08 15:23:44.000000000 +0200 ++++ b/configure.in 2009-07-08 15:24:52.000000000 +0200 +@@ -997,7 +997,25 @@ fi AC_FUNC_GETPGRP |