From: Craig A. Berry Date: Fri, 29 Mar 2002 13:46:28 +0000 (-0600) Subject: use PERL_CORE=1 to build extensions on VMS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=69a33259306411b19edf825562273b314da3ed73;p=p5sagit%2Fp5-mst-13.2.git use PERL_CORE=1 to build extensions on VMS From: "Craig A. Berry" Message-Id: p4raw-id: //depot/perl@15615 --- diff --git a/configure.com b/configure.com index 7304c82..af0dd51 100644 --- a/configure.com +++ b/configure.com @@ -6103,7 +6103,7 @@ $ Write Sys$Output "''targ'ing ''ext' . . ." $ On Error Then Continue $ EndIf $ If redesc Then - - miniperl "-I[''up'.lib]" Makefile.PL "INST_LIB=[''up'.lib]" "INST_ARCHLIB=[''up'.lib]" + miniperl "-I[''up'.lib]" Makefile.PL "INST_LIB=[''up'.lib]" "INST_ARCHLIB=[''up'.lib]" "PERL_CORE=1" $ makeutil 'targ' $ i = i + 1 $ Set Def &def