diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-03-27 05:35:17 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-03-27 05:38:53 +0200 |
commit | 47621188328c19be18a6915f937e4e0f7e04fba8 (patch) | |
tree | d77eb58d8d9bea6060e6601393bbf179c6d02709 /changes | |
parent | b62abf9f21499abda5b703271d5663a2a7380ca0 (diff) | |
download | tor-47621188328c19be18a6915f937e4e0f7e04fba8.tar.gz tor-47621188328c19be18a6915f937e4e0f7e04fba8.zip |
Small tweaks for bug2698 bugfix
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2698 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/changes/bug2698 b/changes/bug2698 index 3c2468f5e8..d995788bfc 100644 --- a/changes/bug2698 +++ b/changes/bug2698 @@ -1,3 +1,6 @@ - o Minor build issues - - We incorrectly linked libevent when configured with - --enable-static-libevent. Fixes bug 2698. + o Minor bugfixes: + - Fix an issue that prevented static linking of libevent on + some platforms (notably Linux). Fixes bug 2698, bugfix on + versions 0.2.1.23/0.2.2.8-alpha (the versions introducing + the --with-static-libevent configure option). + |