mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
c662bef455
This makes our compilation options checks in autoconf work better on systems that already define _FORTIFY_SOURCE. Fixes at least one case of bug 18841; bugfix on 0.2.3.17-beta. Patch from "trudokal".
8 lines
329 B
Groff
8 lines
329 B
Groff
o Major bugfixes (compilation):
|
|
- Correctly detect compiler flags on systems where _FORTIFY_SOURCE
|
|
is predefined. Previously, our use of -D_FORTIFY_SOURCE would
|
|
cause a compiler warning, thereby making other checks fail.
|
|
Fixes one case of bug 18841; bugfix on 0.2.3.17-beta. Patch from
|
|
"trudokal".
|
|
|