Merge branch 'maint-0.2.7' into maint-0.2.8

This commit is contained in:
Nick Mathewson
2016-05-11 12:23:20 -04:00
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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".