mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
71fb687ddd
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.
5 lines
234 B
Plaintext
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.
|