From dfbbe312ad367347c4b686bcd781a702eeef53da Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 5 Feb 2015 15:11:40 +0100 Subject: btrfs-progs: autoconf: do not force fortify flags Make it default, but let the user override it. Signed-off-by: David Sterba --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index c233d3d..3606901 100644 --- a/Makefile.in +++ b/Makefile.in @@ -132,10 +132,10 @@ ifdef C # don't use FORTIFY with sparse because glibc with FORTIFY can # generate so many sparse errors that sparse stops parsing, # which masks real errors that we want to see. + CFLAGS += -U_FORTIFY_SOURCE else check = true check_echo = true - CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 endif %.o.d: %.c -- cgit v1.2.1