aboutsummaryrefslogtreecommitdiff
path: root/changes/static_zlib
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-04-14 16:48:05 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-04-14 19:28:21 +0200
commit71fb687ddd2d9c11dbacbc9e115b1c95620ae5bd (patch)
tree91c03a0ed432f8cf409f893ae0a810d416161242 /changes/static_zlib
parentfe57aab2832160d1c256aa9d6e70cd5e1cd29aa4 (diff)
downloadtor-71fb687ddd2d9c11dbacbc9e115b1c95620ae5bd.tar.gz
tor-71fb687ddd2d9c11dbacbc9e115b1c95620ae5bd.zip
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.
Diffstat (limited to 'changes/static_zlib')
-rw-r--r--changes/static_zlib4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/static_zlib b/changes/static_zlib
new file mode 100644
index 0000000000..77a6131856
--- /dev/null
+++ b/changes/static_zlib
@@ -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.