summaryrefslogtreecommitdiff
path: root/ext/Time/HiRes/Makefile.PL
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2002-12-23 04:39:48 +0000
committerhv <hv@crypt.org>2002-12-23 04:39:48 +0000
commit6a20eacca2c8d50cbe7b8dbb810a041242de9c84 (patch)
treea0929fa28cce19849915aa484b36a3145d2b06ac /ext/Time/HiRes/Makefile.PL
parent80d6dabb1f4e81b92db68bc68e3624f20eb37717 (diff)
downloadperl-6a20eacca2c8d50cbe7b8dbb810a041242de9c84.tar.gz
Integrate Time::HiRes v1.39 (for VMS build tweak)
p4raw-id: //depot/perl@18339
Diffstat (limited to 'ext/Time/HiRes/Makefile.PL')
-rw-r--r--ext/Time/HiRes/Makefile.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/Time/HiRes/Makefile.PL b/ext/Time/HiRes/Makefile.PL
index afbe000613..586823984f 100644
--- a/ext/Time/HiRes/Makefile.PL
+++ b/ext/Time/HiRes/Makefile.PL
@@ -83,7 +83,9 @@ sub try_compile_and_link {
my $ccflags = $Config{'ccflags'} . ' ' . "-I$COREincdir";
if ($^O eq 'VMS') {
if ($ENV{PERL_CORE}) {
- $cccmd = "$Config{'cc'} /include=([---]) $tmp.c";
+ # Fragile if the extensions change hierachy within
+ # the Perl core but this should do for now.
+ $cccmd = "$Config{'cc'} /include=([---]) $tmp.c";
} else {
my $perl_core = $Config{'installarchlib'};
$perl_core =~ s/\]$/.CORE]/;