In metaconfig.git, the branch master has been updated

<http://perl5.git.perl.org/metaconfig.git/commitdiff/747afa1c18fb3b990f7558d28b65f7add86a993b?hp=db47d1ffced313476cf2a4dfb74f41da894bfe57>

- Log -----------------------------------------------------------------
commit 747afa1c18fb3b990f7558d28b65f7add86a993b
Author: H.Merijn Brand <[email protected]>
Date:   Fri Dec 10 11:57:10 2010 +0100

    Backport d9a4b459f94297889956ac3adc42707365f274c2
    
    Restore building Encode's subextensions for a static build.
    
    The special-casing in Configure still referred to ext/Encode, so likely this
    was broken when Encode moved to cpan/
-----------------------------------------------------------------------

Summary of changes:
 U/perl/Extensions.U |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/U/perl/Extensions.U b/U/perl/Extensions.U
index 28c3329..7bc6bdf 100644
--- a/U/perl/Extensions.U
+++ b/U/perl/Extensions.U
@@ -460,7 +460,7 @@ esac
 # the appropriate Makefile.PL.
 case " $static_ext " in
        *" Encode "*) # Add the subextensions of Encode
-       cd "$rsrc/ext"
+       cd "$rsrc/cpan"
        for xxx in `ls Encode/*/Makefile.PL|awk -F/ '{print $2}'`; do
                static_ext="$static_ext Encode/$xxx"
        done

--
perl5 metaconfig repository

Reply via email to