Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e3fb902

Browse files
committed
> To make PostgreSQL compilable on Digital Unix I had to modify the
alpha_cc > template file. Patch attached. > > Andreas Kardos >
1 parent 5e3eda4 commit e3fb902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template/alpha_cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AROPT:crs
55
# This is defined here because a bunch of clients include tmp/c.h,
66
# which is where the work is done on HP-UX. It only affects the
77
# backend on Ultrix and OSF/1.
8-
CFLAGS:-DNOFIXADE -std -O4 -Olimit 2000
8+
CFLAGS:-D__alpha__ -DNOFIXADE -std -O4 -Olimit 2000
99
SHARED_LIB:
1010
ALL:
1111
SRCH_INC:

0 commit comments

Comments
 (0)