summaryrefslogtreecommitdiff
path: root/changes/bug19904
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-10-06 09:16:21 -0400
committerNick Mathewson <nickm@torproject.org>2016-10-06 09:16:21 -0400
commit6055bba8cc18f4d918fdd20f648e5e5deab37946 (patch)
tree62cf3b970215ac40e2f7eb176efda3e89c968623 /changes/bug19904
parentfdc0a660b476fea19d8b4f7739aba05704d25bbe (diff)
downloadtor-6055bba8cc18f4d918fdd20f648e5e5deab37946.tar.gz
tor-6055bba8cc18f4d918fdd20f648e5e5deab37946.zip
Only use -levent when checking functions if we will use it to link.
Fixes 19904; bugfix on b62abf9f21499ab; patch from Rubiate.
Diffstat (limited to 'changes/bug19904')
-rw-r--r--changes/bug199044
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19904 b/changes/bug19904
new file mode 100644
index 0000000000..cdfb6feaac
--- /dev/null
+++ b/changes/bug19904
@@ -0,0 +1,4 @@
+ o Minor bugfixes (compilation, OpenBSD):
+ - Detect Libevent2 functions correctly on systems that provide
+ libevent2, but where libevent1 is linked with -levent. Fixes bug
+ 19904; bugfix on 0.2.2.24-alpha. Patch from Rubiate.