summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-11 12:22:36 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-11 12:22:36 -0400
commit039fc8427a512efce87b7bd21c10c4adca4ba30d (patch)
tree2b317b911ad917c854f5584c3521b54c3e0e9d90 /changes
parent61c0bae4f20556cf155562582ea00a6a147252d6 (diff)
parentc662bef45595e40106becfbdbb39811300d15a7f (diff)
downloadtor-039fc8427a512efce87b7bd21c10c4adca4ba30d.tar.gz
tor-039fc8427a512efce87b7bd21c10c4adca4ba30d.zip
Merge branch 'bug18841_1_025' into maint-0.2.7
Diffstat (limited to 'changes')
-rw-r--r--changes/bug18841.17
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".
+