tests: move -D_FORTIFY_SOURCE to CPPFLAGS
authorMike Frysinger <vapier@gentoo.org>
Sun, 6 May 2012 22:37:57 +0000 (18:37 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 31 May 2012 18:31:08 +0000 (14:31 -0400)
commitfed806c3af7b6421e17ac50f8129dbe4fd693e4a
tree577a3aa63a69a57d98e7430910c883451f1b3b02
parent3091725976856160a5427b03a9586af534b63750
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>
ChangeLog
debug/Makefile
wcsmbs/Makefile