From 794f87b4801e2b1ff72d59005a8a0eb0a6b175d0 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Sun, 28 Dec 2014 20:40:37 +0000 Subject: [PATCH] Include $(CPPFLAGS) when compiling faup1090, so it sees the hardening defines. --- makefaup1090 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefaup1090 b/makefaup1090 index 9ad7a69..ac1d28d 100644 --- a/makefaup1090 +++ b/makefaup1090 @@ -33,7 +33,7 @@ info: all: faup1090 %.o: %.c - $(CC) $(CFLAGS) $(EXTRACFLAGS) -c $< + $(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRACFLAGS) -c $< faup1090.o: faup1090.c faup1090.h