tor/changes/bug3118
Sebastian Hahn e36f9d1d9b 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.
2011-05-06 15:38:32 +02:00

5 lines
160 B
Plaintext

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.