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:
Sebastian Hahn
2010-04-14 16:48:05 +02:00
parent fe57aab283
commit 71fb687ddd
5 changed files with 23 additions and 4 deletions
+4
View File
@@ -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.