Ben Woodcroft <donttrust...@gmail.com> skribis: > * gnu/packages/perl.scm (perl)[arguments]: Enable threading support. > * gnu/packages/commencement.scm (perl-boot0): Do not inherit 'configure' > phase from perl.
[...] > "-Uinstallusrbinperl" > "-Dinstallstyle=lib/perl5" > "-Duseshrplib" > + "-Dusethreads" Is -Dusethreads really needed? I thought the default behavior was to build pthread support if ./Configure detects it. That would greatly simplify things. If not, a variant of what Eric suggests would be to honor #:configure-flags in this phase, such that all you need is to provide different #:configure-flags in perl-boot0. HTH! Ludo’.