From cce54ff7f79753cd64e3e7e37a6e3174337c921a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 26 Dec 2022 15:49:59 +0100 Subject: ruby: bump to 3.2.0 --- extra/ruby/build | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'extra/ruby/build') diff --git a/extra/ruby/build b/extra/ruby/build index aedc8a2a..9e60677f 100755 --- a/extra/ruby/build +++ b/extra/ruby/build @@ -3,38 +3,6 @@ # 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 <