forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: move -D_FORTIFY_SOURCE to CPPFLAGS
The -D_FORTIFY_SOURCE flags are being added to the test-specific CFLAGS values when they should be the test-specific CPPFLAGS values. Otherwise the values don't override the user-specified CPPFLAGS and might end up breaking the tests. Signed-off-by: Mike Frysinger <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2012-05-31 Mike Frysinger <[email protected]> | ||
|
||
* debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete | ||
-D_FORTIFY_SOURCE=1. | ||
(CPPFLAGS-tst-longjmp_chk.c): Define. | ||
(CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1. | ||
(CPPFLAGS-tst-longjmp_chk2.c): Define. | ||
* wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from | ||
CFLAGS-tst-wchar-h.c. | ||
|
||
2012-05-31 Marek Polacek <[email protected]> | ||
|
||
[BZ #14132] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters