]> git.ipfire.org Git - thirdparty/tor.git/commit
Add --enable-static-zlib option
authorSebastian Hahn <sebastian@torproject.org>
Wed, 14 Apr 2010 14:48:05 +0000 (16:48 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Wed, 14 Apr 2010 17:28:21 +0000 (19:28 +0200)
commit71fb687ddd2d9c11dbacbc9e115b1c95620ae5bd
tree91c03a0ed432f8cf409f893ae0a810d416161242
parentfe57aab2832160d1c256aa9d6e70cd5e1cd29aa4
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.
changes/static_zlib [new file with mode: 0644]
configure.in
src/or/Makefile.am
src/test/Makefile.am
src/tools/Makefile.am