diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-11 12:15:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-11 12:15:37 -0400 |
commit | c662bef45595e40106becfbdbb39811300d15a7f (patch) | |
tree | 245c831335a05e0eae972551c6defb8d7233a49f /changes/bug18841.1 | |
parent | 368146370b699781334a8f380d764b3246881f52 (diff) | |
download | tor-c662bef45595e40106becfbdbb39811300d15a7f.tar.gz tor-c662bef45595e40106becfbdbb39811300d15a7f.zip |
Undefine _FORTIFY_SOURCE before defining it.
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".
Diffstat (limited to 'changes/bug18841.1')
-rw-r--r-- | changes/bug18841.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug18841.1 b/changes/bug18841.1 new file mode 100644 index 0000000000..205ee5a425 --- /dev/null +++ b/changes/bug18841.1 @@ -0,0 +1,7 @@ + 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". + |