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.
This commit is contained in:
Sebastian Hahn
2011-05-06 15:34:00 +02:00
parent a740994c77
commit e36f9d1d9b
4 changed files with 13 additions and 15 deletions
+4
View File
@@ -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.