From e3fb9029912c9d84ec28bbe7bef3563801b141a1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 14 Mar 2000 16:00:22 +0000 Subject: [PATCH] > To make PostgreSQL compilable on Digital Unix I had to modify the alpha_cc > template file. Patch attached. > > Andreas Kardos > --- src/template/alpha_cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template/alpha_cc b/src/template/alpha_cc index 20c3d1c94c..ec72ab063f 100644 --- a/src/template/alpha_cc +++ b/src/template/alpha_cc @@ -5,7 +5,7 @@ AROPT:crs # This is defined here because a bunch of clients include tmp/c.h, # which is where the work is done on HP-UX. It only affects the # backend on Ultrix and OSF/1. -CFLAGS:-DNOFIXADE -std -O4 -Olimit 2000 +CFLAGS:-D__alpha__ -DNOFIXADE -std -O4 -Olimit 2000 SHARED_LIB: ALL: SRCH_INC: