mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
1.1.0 build breaks dependant packages #529
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jrynkiew on GitHub (Jan 9, 2025).
With the new changes to static library builds, the projects which utilize brotli, for example "curl", do not work with static builds anymore.
The working way to build it with brotli 1.0.9 using
If applying this code to brotli 1.1.0, the Configure step doesn't detect brotli, and even if you try to hack it's way to making it find it, it will give linking errors.