diff options
| author | Matthew Bauer <mjbauer95@gmail.com> | 2018-12-04 21:14:41 -0600 |
|---|---|---|
| committer | Matthew Bauer <mjbauer95@gmail.com> | 2018-12-04 21:14:41 -0600 |
| commit | e999def1597de9d03a35cfa6b62277adb0e9a7ad (patch) | |
| tree | f643dcd73cde0c3a57d598c6c03633d99084e06e /pkgs/development/python-modules/httpserver | |
| parent | 5e06294276754ef063c618a1ecb12b629cde8ac3 (diff) | |
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.
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions
