diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-05-06 15:34:00 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-05-06 15:38:32 +0200 |
commit | e36f9d1d9beec0daed57b68f936293dccc77b171 (patch) | |
tree | 42fbeb70c242f04665e2f35f49ccb773ea667219 /changes | |
parent | a740994c771b5a4ecfba6a9f6f6fc57758a4b9f8 (diff) | |
download | tor-e36f9d1d9beec0daed57b68f936293dccc77b171.tar.gz tor-e36f9d1d9beec0daed57b68f936293dccc77b171.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3118 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3118 b/changes/bug3118 new file mode 100644 index 0000000000..c702981730 --- /dev/null +++ b/changes/bug3118 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Correctly link libevent_openssl when --enable-static-libevent + is passed to configure. Fixes bug 3118; bugfix on 0.2.3.1-alpha. + |