Description: add GCC hardening.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2014-09-19
Index: f3-4.0/Makefile
===================================================================
--- f3-4.0.orig/Makefile
+++ f3-4.0/Makefile
@@ -6,10 +6,10 @@ TARGETS = f3write f3read
 all: $(TARGETS)
 
 f3write: utils.o f3write.o
-	$(CC) -o $@ $^ -lm
+	$(CC) $(LDFLAGS) -o $@ $^ -lm
 
 f3read: utils.o f3read.o
-	$(CC) -o $@ $^
+	$(CC) $(LDFLAGS) -o $@ $^
 
 -include *.d
 
