mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
d9080f5d3a
Previously we'd only check whether the hardening options succeeded at the compile step. Now we'll try to link with them too, and tell the user in advance if something seems likely to go wrong. Closes ticket 18895.
7 lines
346 B
Plaintext
7 lines
346 B
Plaintext
o Minor features (build):
|
|
- When building on a system without runtime support for some of the
|
|
runtime hardening options, try to log a useful warning at configuration
|
|
time, rather than an incomprehensible warning at link time.
|
|
If expensive hardening was requested, this warning becomes an error.
|
|
Closes ticket 18895.
|