From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40155) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieQ5X-0003cp-MR for guix-patches@gnu.org; Mon, 09 Dec 2019 15:57:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieQ5W-0005uS-HZ for guix-patches@gnu.org; Mon, 09 Dec 2019 15:57:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48514) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieQ5W-0005uE-Ec for guix-patches@gnu.org; Mon, 09 Dec 2019 15:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ieQ5W-0003Sd-DK for guix-patches@gnu.org; Mon, 09 Dec 2019 15:57:02 -0500 Subject: [bug#38552] [PATCH 0/1] Dynamically-link Ruby Resent-Message-ID: From: Brett Gilio References: <877e35uspe.fsf@posteo.net> Date: Mon, 09 Dec 2019 14:55:56 -0600 In-Reply-To: <877e35uspe.fsf@posteo.net> (Brett Gilio's message of "Mon, 09 Dec 2019 14:53:01 -0600") Message-ID: <87y2vlte03.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38552@debbugs.gnu.org Brett Gilio writes: >>>From 36e56ea5d882d112f24d49050813066eece98af2 Mon Sep 17 00:00:00 2001 > From: Brett Gilio > 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. -- Brett M. Gilio https://git.sr.ht/~brettgilio/