nixpkgs/pkgs/development/libraries/zlib
Matthew Bauer e999def159 zlib: clean up static/shared distincion
This is kind of a mess, but basically:

- static=true, shared=true means to build statically but move it to
  the static output
- static=true, shared=false means to build statically and leave it in
  the main output
- static=false, shared=true means to not build static at all

Confusingly, the old default was static=true, shared=true even though
static=false? Still can’t figure out what was meant by that.
2018-12-04 21:14:41 -06:00
..
default.nix zlib: clean up static/shared distincion 2018-12-04 21:14:41 -06:00
disable-cygwin-widechar.patch zlib: fix cygwin build 2017-06-26 09:33:25 -03:00