Attempt to make openbsd compilation happier with libevent2 installed

Fix for bug 16651; patch from "rubiate".
This commit is contained in:
Nick Mathewson
2015-11-25 09:43:12 -05:00
parent c59c622d85
commit 5dff4ae0ad
2 changed files with 22 additions and 4 deletions
+5
View File
@@ -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".