summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/Time-HiRes/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Time-HiRes/Makefile.PL b/dist/Time-HiRes/Makefile.PL
index 5803dafc50..ac56d8df27 100644
--- a/dist/Time-HiRes/Makefile.PL
+++ b/dist/Time-HiRes/Makefile.PL
@@ -81,7 +81,7 @@ __EOD__
$ccflags .= ' -DPERL_NO_INLINE_FUNCTIONS';
if ($^O eq 'VMS') {
- $cccmd = "$Config{'cc'} /include=($COREincdir) $tmp.c";
+ $cccmd = "$Config{'cc'} $Config{'ccflags'} /include=($COREincdir) $tmp.c";
}
if ($args{silent} || !$VERBOSE) {