mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
4256ee0d37
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.
6 lines
304 B
Plaintext
6 lines
304 B
Plaintext
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.
|