Description: compile detect/askPrinter.c with hardening flags
Author: Graham Inggs <graham@nerve.org.za>
Forwarded: No
Last-Update: 2013-07-31
--- a/Makefile.ORG
+++ b/Makefile.ORG
@@ -269,7 +269,7 @@
 
 $(DETDIR)/askPrinter: $(DETDIR)/askPrinter.c
 	@echo Compile and link askPrinter.c
-	@$(CC) -o $(DETDIR)/askPrinter $(DETDIR)/askPrinter.c -I. -I$(DETDIR)
+	@$(CC) -o $(DETDIR)/askPrinter $(DETDIR)/askPrinter.c $(CFLAGS) $(LDFLAGS) -I. -I$(DETDIR)
 
 ########### utilities ######################
 
