From d9a4b459f94297889956ac3adc42707365f274c2 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 30 Nov 2010 15:51:10 +0000 Subject: [PATCH] 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/ Fixes #79494, reported by Marc Lehmann. --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 793f8fa..e241e40 100755 --- a/Configure +++ b/Configure @@ -22234,7 +22234,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 -- 2.7.4