diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-06 18:37:57 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-31 14:31:08 -0400 |
commit | fed806c3af7b6421e17ac50f8129dbe4fd693e4a (patch) | |
tree | 577a3aa63a69a57d98e7430910c883451f1b3b02 /ChangeLog | |
parent | 3091725976856160a5427b03a9586af534b63750 (diff) | |
download | glibc-fed806c3af7b6421e17ac50f8129dbe4fd693e4a.tar glibc-fed806c3af7b6421e17ac50f8129dbe4fd693e4a.tar.gz glibc-fed806c3af7b6421e17ac50f8129dbe4fd693e4a.tar.bz2 glibc-fed806c3af7b6421e17ac50f8129dbe4fd693e4a.zip |
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 <vapier@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2012-05-31 Mike Frysinger <vapier@gentoo.org> + + * 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 <polacek@redhat.com> [BZ #14132] |