summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-08-29 09:50:38 -0400
committerNick Mathewson <nickm@torproject.org>2019-08-29 09:50:38 -0400
commit4256ee0d379daf35098c396757ce92b97b025c6e (patch)
treec5eebe3654a4cf3e1aa00a0e8cc10c56a28bebd5 /changes
parentff905f8e1e3a9df9349a82cfa2724cc50b1523f4 (diff)
downloadtor-4256ee0d379daf35098c396757ce92b97b025c6e.tar.gz
tor-4256ee0d379daf35098c396757ce92b97b025c6e.zip
Stub out some more functions in dirvote/*.h, fix compilation.
This fixes LTO compilation for Android and -O0 compilation in general, when --disable-module-dirauth is provided. Fixes bug 31552; bugfix on 0.4.1.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug315525
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug31552 b/changes/bug31552
new file mode 100644
index 0000000000..fb33e14429
--- /dev/null
+++ b/changes/bug31552
@@ -0,0 +1,5 @@
+ o Minor bugfixes (compilation):
+ - Add more stub functions to fix compilation on Android with LTO, when
+ --disable-module-dirauth is used. Previously, these compilation
+ settings would make the compiler look for functions that didn't exist.
+ Fixes bug 31552; bugfix on 0.4.1.1-alpha.