Fix libevent linking on openbsd.

Closes ticket 19902; bugfix on 0.2.9.1-alpha; patch from rubiate
This commit is contained in:
Nick Mathewson
2016-09-08 10:08:29 -04:00
parent f3cda3272a
commit fe9cfeba6e
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
o Major bugfixes (compilation, OpenBSD):
- Fix a Libevent-detection bug in our autoconf script that would
prevent Tor from linking successfully on OpenBSD. Patch from
rubiate. Fixes bug 19902; bugfix on 0.2.9.1-alpha.