StrawberryPerl / Perl-Dist-Strawberry

Tooling to build and package releases for Perl on Windows.
https://strawberryperl.com
Other
261 stars 48 forks source link

perl builds - review MSYS2 patches #151

Open shawnlaffan opened 8 months ago

shawnlaffan commented 8 months ago

The MSYS2 project has a number of patches, at least some of which are likely to be useful for Strawberry Perl builds.

One involves memory alignment, something that has been the root cause of a few CPAN build issues.
https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-perl/016-memory-alignment.patch

hakonhagland commented 8 months ago

See also: https://github.com/Perl/perl5/issues/18489