summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-11-25 09:43:12 -0500
committerNick Mathewson <nickm@torproject.org>2015-11-25 09:43:12 -0500
commit5dff4ae0ad5e2a1fb93ceae3446f0a315fbd8a3a (patch)
tree947525e13bd521b942f88b6adaa86459c805a510 /changes
parentc59c622d8590c4abed6b8095a7451e2ba4d9200a (diff)
downloadtor-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/bug166515
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".