mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user