summaryrefslogtreecommitdiff
path: root/packages/ruby/ruby.inc
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihar.hrachyshka@gmail.com>2009-02-13 02:17:08 +0000
committerRod Whitby <rod@whitby.id.au>2009-02-14 03:12:23 +0000
commit0137e98b2288020dde280f3c2f456a980d973148 (patch)
tree5316b6c815793ea6a0fd8955655c40ee64c65e68 /packages/ruby/ruby.inc
parentdc80a10a53c3be8ddaa78ca012482cf454e408cb (diff)
ruby: Fixed ruby 1.8.5 compilation problem
Backported openssl fix from 1.8.7 for successfull ruby 1.8.5 compilation. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Diffstat (limited to 'packages/ruby/ruby.inc')
-rw-r--r--packages/ruby/ruby.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ruby/ruby.inc b/packages/ruby/ruby.inc
index 9fe8333f6f..978bf4b229 100644
--- a/packages/ruby/ruby.inc
+++ b/packages/ruby/ruby.inc
@@ -6,6 +6,7 @@ LICENSE = "GPL"
SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/ruby-${PV}.tar.gz \
file://extmk_run.patch;patch=1 \
+ file://openssl.patch;patch=1 \
file://disable_wide_getaddrinfo_check.patch;patch=1"
S = "${WORKDIR}/ruby-${PV}"