Re: [PATCH] symbian/xsbuild.pl patching continues
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 17 Jan 2007 08:27:03 +0000 (03:27 -0500)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 17 Jan 2007 13:38:05 +0000 (13:38 +0000)
Message-ID: <45AE2427.7080907@iki.fi>

p4raw-id: //depot/perl@29848

symbian/xsbuild.pl

index 9dc3770..84d0a63 100644 (file)
@@ -731,6 +731,12 @@ sub update_cwd {
     $CWD =~ s!/!\\!g;
 }
 
+if (grep /^(Compress::Raw::Zlib|Cwd|Data::Dumper|Digest::SHA|Sys::Syslog|Time::HiRes)$/, @ARGV) {
+    &patch_config;
+    system_echo("perl -I$BUILDROOT\\lib -I$PERLSDK\\lib $BUILDROOT\\mkppport");
+    &restore_config;
+}
+
 for my $ext (@ARGV) {
 
     $ext =~ s!::!\\!g;