Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: bcc6b9bf9f29ea8ffcbff4265c4dcefc3c84c8ca
      
https://github.com/Perl/perl5/commit/bcc6b9bf9f29ea8ffcbff4265c4dcefc3c84c8ca
  Author: Craig A. Berry <craigbe...@mac.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M dist/Time-HiRes/Makefile.PL

  Log Message:
  -----------
  Add missing ccflags on VMS to dist/Time-HiRes/Makefile.PL

The absence of these flags has never previously caused a problem
for running the probes, but on OpenVMS x86, warnings about long
symbols cause the probes to fail, probably because those symbols
are not getting optimized out as early in the new compiler. This
in turn causes the build to fail due to defining a homegrown
clockid_t which conflicts with the system version. So add the
flags that specify symbol handling (as well as everything else
being used to build Perl).


Reply via email to