aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40111
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket40111')
-rw-r--r--changes/ticket401117
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket40111 b/changes/ticket40111
new file mode 100644
index 0000000000..a82ca0d489
--- /dev/null
+++ b/changes/ticket40111
@@ -0,0 +1,7 @@
+ o Minor bugfixes (configure, build):
+ - Fix the --enable-static-tor switch to properly set the -static compile
+ option onto the tor binary only. Fixes bug 40111; bugfix on
+ 0.2.3.1-alpha.
+ - Path to static libevent has been fixed as well which affects the
+ --enable-static-libevent to behave correctly now. The .a file is in
+ .libs/ of libevent repository, not at the root.