rust-lang / libz-sys

Rust crate package to link to a system libz (zlib)
Apache License 2.0
116 stars 75 forks source link

Support using pkg-config for zlib-ng #110

Open alyssais opened 1 year ago

alyssais commented 1 year ago

My distro (Nixpkgs) includes zlib-ng with a zlib-ng.pc file. It would be nice if my system zlib-ng could be used, rather than building a new zlib-ng from source (and needing to have cmake available).

joshtriplett commented 1 year ago

:+1: We should support this in libz-ng-sys.

jirutka commented 1 year ago

Alpine Linux also provides zlib-ng package.