This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Backport d9a4b459f94297889956ac3adc42707365f274c2
authorH.Merijn Brand <merijn@tux09.procura.nl>
Fri, 10 Dec 2010 10:57:10 +0000 (11:57 +0100)
committerH.Merijn Brand <merijn@tux09.procura.nl>
Fri, 10 Dec 2010 10:57:10 +0000 (11:57 +0100)
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/

U/perl/Extensions.U

index 28c3329..7bc6bdf 100644 (file)
@@ -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