We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As documented in timlegge/perl-IO-Compress-Brotli#6 building statically fails for IO::Compress::Brotli
There are a couple of issues in the Makefile.PL for IO::Compress::Brotli but the following issue is causing a failure that needs to be fixed first.
ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
Line 3655 in 2e79595
It essentially attempts to copy multiple maned static library files to one file instead of to the directory.
A PR with a possible fix is coming shortly
The text was updated successfully, but these errors were encountered:
Fixes Perl-Toolchain-Gang#462 - Static linking issue with multiple li…
44bb911
…braries
Fixes #6 - IO::Compress::Brotli makefile error with static build
f728cd6
Requires a fix for Perl-Toolchain-Gang/ExtUtils-MakeMaker#462 and new ExtUtils::MakeMaker release > 7.70
17f7fc2
No branches or pull requests
As documented in timlegge/perl-IO-Compress-Brotli#6 building statically fails for IO::Compress::Brotli
There are a couple of issues in the Makefile.PL for IO::Compress::Brotli but the following issue is causing a failure that needs to be fixed first.
ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
Line 3655 in 2e79595
It essentially attempts to copy multiple maned static library files to one file instead of to the directory.
A PR with a possible fix is coming shortly
The text was updated successfully, but these errors were encountered: