diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-11-25 09:43:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-11-25 09:43:12 -0500 |
commit | 5dff4ae0ad5e2a1fb93ceae3446f0a315fbd8a3a (patch) | |
tree | 947525e13bd521b942f88b6adaa86459c805a510 /changes | |
parent | c59c622d8590c4abed6b8095a7451e2ba4d9200a (diff) | |
download | tor-5dff4ae0ad5e2a1fb93ceae3446f0a315fbd8a3a.tar.gz tor-5dff4ae0ad5e2a1fb93ceae3446f0a315fbd8a3a.zip |
Attempt to make openbsd compilation happier with libevent2 installed
Fix for bug 16651; patch from "rubiate".
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16651 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug16651 b/changes/bug16651 new file mode 100644 index 0000000000..096daeaf70 --- /dev/null +++ b/changes/bug16651 @@ -0,0 +1,5 @@ + o Minor bugfixes (compilation): + + - Fix search for libevent libraries on OpenBSD (and similar systems + which install libevent 1 and libevent 2 in parallel). Resolves + ticket 16651. Patch from "rubiate". |