diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-11-04 16:09:32 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-04 22:30:08 +0100 |
commit | 38a611c269f90c3c9dc392d6738c63085123b49c (patch) | |
tree | 8de82e5db3542f2d0b2d3849c2de65d284907445 /package/ruby/ruby-configure.patch | |
parent | 25a8ff3b23f3546f50da362f823d20af71846c68 (diff) |
ruby: bump to version 1.9.2-p0 to fix openssl issues, fix dependency issues too
[Peter: autoreconf needed for host as well]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ruby/ruby-configure.patch')
-rw-r--r-- | package/ruby/ruby-configure.patch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/ruby/ruby-configure.patch b/package/ruby/ruby-configure.patch index 2b58c7081..0077a6761 100644 --- a/package/ruby/ruby-configure.patch +++ b/package/ruby/ruby-configure.patch @@ -1,10 +1,11 @@ ---- 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 @@ +diff -Nura ruby-1.9.2-p0.orig/configure.in ruby-1.9.2-p0/configure.in +--- ruby-1.9.2-p0.orig/configure.in 2010-08-14 05:11:59.000000000 -0300 ++++ ruby-1.9.2-p0/configure.in 2010-11-04 15:46:22.478191926 -0300 +@@ -1410,7 +1410,25 @@ fi AC_FUNC_GETPGRP --AC_FUNC_SETPGRP +-AC_FUNC_SETPGRP + +dnl AC_FUNC_SETPGRP does not work if cross compiling +dnl Instead, assume we will have a prototype for setpgrp if cross compiling. |