Files
tor/changes/static_zlib
T
Sebastian Hahn 71fb687ddd Add --enable-static-zlib option
Works like the --enable-static-openssl/libevent options. Requires
--with-zlib-dir to be set. Note that other dependencies might still
pull in a dynamicly linked zlib, if you don't link them in statically
too.
2010-04-14 19:28:21 +02:00

5 lines
234 B
Plaintext

o Minor features:
- Support for statically linking openssl/libevent was added earlier, now
also allow statically linking zlib by specifying --enable-static-zlib.
Enhancement requested by asdsa on #tor, see bug 1358.