stachenov / quazip

Qt/C++ wrapper over minizip
Other
582 stars 232 forks source link

The pkgconfig files should Require: zlib instead of adding -lz to Libs #136

Closed WOnder93 closed 3 years ago

WOnder93 commented 3 years ago

From https://linux.die.net/man/1/pkg-config:

Requires: This is a comma-separated list of packages that are required by your package. Flags from dependent packages will be merged in to the flags reported for your package. [...] [...] Libs: This line should give the link flags specific to your package. Don't add any flags for required packages; pkg-config will add those automatically.

Pull request pending...