mbox

[bug#38552,0/1] Dynamically-link Ruby

Message ID 87y2vlte03.fsf@posteo.net
Headers show

Message

Brett Gilio Dec. 9, 2019, 8:55 p.m. UTC
Brett Gilio <brettg@posteo.net> writes:

>>From 36e56ea5d882d112f24d49050813066eece98af2 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Mon, 9 Dec 2019 14:50:51 -0600
> Subject: [PATCH 0/1] Dynamically-link Ruby
> To: guix-patches@gnu.org
>
> This patch solves #38500. The current behavior of Ruby is to compile against libruby-static.a
>
> Brett Gilio (1):
>   gnu: ruby: Configure for dynamic linking.
>
>  gnu/packages/ruby.scm | 2 ++
>  1 file changed, 2 insertions(+)

I forgot to mention that this should go in core-update since it triggers
a rebuild of 3000+ packages. I am happy to push this to core-updates if
everything looks alright.