From: Ulrich Drepper Date: Fri, 31 Jul 2009 02:46:46 +0000 (-0700) Subject: Add CFLAGS definition missing from last patch. X-Git-Tag: fedora/glibc-2.10.90-12~1^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85d9d2f3a089f747177895b115ca2186f34b0122;p=thirdparty%2Fglibc.git Add CFLAGS definition missing from last patch. --- diff --git a/debug/Makefile b/debug/Makefile index 99c8092074c..d7c51ca85f4 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -82,6 +82,8 @@ CFLAGS-recv_chk.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-recvfrom_chk.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-tst-longjmp_chk.c = -fexceptions -fasynchronous-unwind-tables \ -D_FORTIFY_SOURCE=1 +CFLAGS-tst-longjmp_chk2.c = -fexceptions -fasynchronous-unwind-tables \ + -D_FORTIFY_SOURCE=1 # We know these tests have problems with format strings, this is what # we are testing. Disable that warning.