summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2000-03-14 16:00:22 +0000
committerBruce Momjian2000-03-14 16:00:22 +0000
commite3fb9029912c9d84ec28bbe7bef3563801b141a1 (patch)
tree76ac2b92811bdde43a3267278de7740b8b6afc8b
parent5e3eda41db48fdf9bbdbd42d9fc3d9d1c887ce90 (diff)
> To make PostgreSQL compilable on Digital Unix I had to modify the
alpha_cc > template file. Patch attached. > > Andreas Kardos >
-rw-r--r--src/template/alpha_cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/alpha_cc b/src/template/alpha_cc
index 20c3d1c94c9..ec72ab063ff 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: