]> git.ipfire.org Git - thirdparty/tor.git/commit
Link to libevent_openssl statically when requested
authorSebastian Hahn <sebastian@torproject.org>
Fri, 6 May 2011 13:34:00 +0000 (15:34 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Fri, 6 May 2011 13:38:32 +0000 (15:38 +0200)
commite36f9d1d9beec0daed57b68f936293dccc77b171
tree42fbeb70c242f04665e2f35f49ccb773ea667219
parenta740994c771b5a4ecfba6a9f6f6fc57758a4b9f8
Link to libevent_openssl statically when requested

When configure tor with --enable-bufferevents and
--enable-static-libevent, libevent_openssl would still be linked
dynamically. Fix this and refactor src/or/Makefile.am along the way.
changes/bug3118 [new file with mode: 0644]
configure.in
src/or/Makefile.am
src/test/Makefile.am