From 13247c931a3088db6e93a636e9f54df305ccca13 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 8 Dec 2022 16:38:17 +0100 Subject: ruby: bump to 3.1.3 --- extra/ruby/build | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'extra/ruby/build') diff --git a/extra/ruby/build b/extra/ruby/build index 9e60677f..aedc8a2a 100755 --- a/extra/ruby/build +++ b/extra/ruby/build @@ -3,6 +3,38 @@ # There is a problem with the archive format so we can't extract it with pax. busybox tar -xJ --strip-components 1 -f "ruby-$2.tar.xz?no_extract" +# This build problem occurs in the latest libressl series, I don't exactly know +# if this is an issue with ruby or libressl, so below here is an absolute hack. +clsed '/#include "ossl.h"/r /dev/stdin' ext/openssl/ossl_pkey.c <