Core-updates timeline (was: Re: [PATCH 2/2] gnu: perl: Enable threading support.)

2016-10-01 Thread Leo Famulari
On Sat, Oct 01, 2016 at 03:22:36PM +0200, Ludovic Courtès wrote: > 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. :-)

Re: [PATCH 2/2] gnu: perl: Enable threading support.

2016-10-01 Thread Ludovic Courtès
lags. > > * gnu/packages/perl.scm (perl)[arguments]: Use configure-flags. [...] > From d382e48d801406897c27b045ab1feb20cfec6db4 Mon Sep 17 00:00:00 2001 > From: Ben Woodcroft <donttrust...@gmail.com> > Date: Sat, 24 Sep 2016 23:22:54 +1000 > Subject: [PATCH 2/2] gnu: perl: Enabl

Re: [PATCH 2/2] gnu: perl: Enable threading support.

2016-09-26 Thread Ben Woodcroft
t;-Dloclibpth=" libc "/lib")) - + (lambda* (#:key configure-flags #:allow-other-keys) +(zero? (apply system* (append (list "./Configure") + configure-flags) (add-before 'strip 'make

Re: [PATCH 2/2] gnu: perl: Enable threading support.

2016-09-23 Thread Ludovic Courtès
Ben Woodcroft skribis: > * gnu/packages/perl.scm (perl)[arguments]: Enable threading support. > * gnu/packages/commencement.scm (perl-boot0): Do not inherit 'configure' > phase from perl. [...] > "-Uinstallusrbinperl" >

[PATCH 2/2] gnu: perl: Enable threading support.

2016-09-19 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl)[arguments]: Enable threading support. * gnu/packages/commencement.scm (perl-boot0): Do not inherit 'configure' phase from perl. --- gnu/packages/commencement.scm | 57 +-- gnu/packages/perl.scm | 4 +++ 2 files