diff options
author | Bruce Momjian | 2000-03-14 16:00:22 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-03-14 16:00:22 +0000 |
commit | e3fb9029912c9d84ec28bbe7bef3563801b141a1 (patch) | |
tree | 76ac2b92811bdde43a3267278de7740b8b6afc8b | |
parent | 5e3eda41db48fdf9bbdbd42d9fc3d9d1c887ce90 (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_cc | 2 |
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: |