Description: CPPFLAGS is not being used.
 Without CPPFLAGS we cannot have fortified builds.
Author: David Martínez Moreno <ender@debian.org>
Forwarded: no
Last-Update: 2015-02-25

--- a/functions.mk
+++ b/functions.mk
@@ -2,7 +2,7 @@
 # Common functions used by Makefile & tests/Makefile
 
 define compile
-	${CC} ${CFLAGS} -c $< -o $@
+	${CC} ${CFLAGS} ${CPPFLAGS} -c $< -o $@
 endef


