GitHub - zlib-ng/patches: Patches for 3rd party applications to enable compiling against zlib-ng in native mode. (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Repository files navigation
About
This repository is here to allow sharing patches that allow compiling an application against zlib-ng. The patches should generally be safe to use in prod. The patches might not be implemented in a clean way, they might short-circuit zlib detection or otherwise hard-code zlib-ng usage, therefore these patches might not be of a quality where they are ready to upstream.
Contribution guidelines
- Look at the nginx patch folder for an example of how things should look.
- Add a folder for the application name, with a README.md file describing its contents.
- Add a short description to the README.md, detailing the changes per patch file.
- Optionally add a longer description to the top of the patch file.
- Add information about what version the patch applies cleanly to, preferably also as part of the patch name.