From 3aa9776d95ca8d96798545f9eaa496303a88b51a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 27 Nov 2004 05:03:26 +0000 Subject: Add to CPPFLAGS/CFLAGS in template files, don't over-ride them. --- src/template/freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/template/freebsd') diff --git a/src/template/freebsd b/src/template/freebsd index 718359e07c6..48fc9dfa34c 100644 --- a/src/template/freebsd +++ b/src/template/freebsd @@ -1,3 +1,3 @@ case $host_cpu in - alpha*) CFLAGS="-O";; # alpha has problems with -O2 + alpha*) CFLAGS="$CFLAGS -O";; # alpha has problems with -O2 esac -- cgit v1.2.3