From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: perl: Enable threading support. Date: Sat, 01 Oct 2016 15:22:36 +0200 Message-ID: <8760pci4pv.fsf@gnu.org> References: <20160920045607.18936-1-donttrustben@gmail.com> <20160920045607.18936-3-donttrustben@gmail.com> <87fuopriox.fsf@gnu.org> <61f55931-6fd2-2fd1-9f61-e52b7302d3b8@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqKFY-00033q-OQ for guix-devel@gnu.org; Sat, 01 Oct 2016 09:22:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqKFU-0003I2-Jh for guix-devel@gnu.org; Sat, 01 Oct 2016 09:22:43 -0400 In-Reply-To: <61f55931-6fd2-2fd1-9f61-e52b7302d3b8@uq.edu.au> (Ben Woodcroft's message of "Mon, 26 Sep 2016 20:03:56 +1000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ben Woodcroft Cc: guix-devel@gnu.org Hi Ben, Ben Woodcroft skribis: > From c61c799da21f349c739f9d094d348ae429a91ffc Mon Sep 17 00:00:00 2001 > From: Ben Woodcroft > Date: Sat, 24 Sep 2016 22:44:55 +1000 > Subject: [PATCH 1/2] gnu: perl: Use configure-flags. > > * gnu/packages/perl.scm (perl)[arguments]: Use configure-flags. [...] > From d382e48d801406897c27b045ab1feb20cfec6db4 Mon Sep 17 00:00:00 2001 > From: Ben Woodcroft > Date: Sat, 24 Sep 2016 23:22:54 +1000 > Subject: [PATCH 2/2] gnu: perl: Enable threading support. > > * gnu/packages/perl.scm (perl)[arguments]: Configure with '-Dusethreads'. > * gnu/packages/commencement.scm (perl-boot0)[arguments]: Omit inherited > '-Dusethreads' flag during configure. I pushed simplified versions of these two patches as 56ee1d2015e9b2c55d34f19c70b06eefe8a20c76 and 156c0810e936413ac554e2883343b3b40695cfdc. I think this was the last non-bug-fix change for this core-updates cycle. :-) Thanks! Ludo=E2=80=99.