components/squid/Makefile
changeset 1605 7fc7910b6d94
parent 1496 f774cfa29f53
child 1624 6a885a6e48cb
--- a/components/squid/Makefile	Tue Dec 17 15:19:48 2013 -0800
+++ b/components/squid/Makefile	Tue Dec 17 15:59:46 2013 -0800
@@ -41,7 +41,11 @@
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
 
-COMPILER = gcc3
+COMPILER =	gcc
+# Parfait doesn't work with the GNU 4.7 compilers yet.
+ifeq   ($(strip $(PARFAIT_BUILD)),yes)
+COMPILER =      gcc3
+endif
 
 CFLAGS += -I/usr/include/kerberosv5
 CFLAGS += $(CPP_LARGEFILES)