diff options
| author | Marc G. Fournier | 1998-02-01 07:44:00 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-02-01 07:44:00 +0000 |
| commit | 6e9558e6397001c63ac5aa454e38c3199ff0f28a (patch) | |
| tree | 210a2a239014e59cb83aff193f40aa036bc03b73 /src/template | |
| parent | d8ddb10f51603b9d65ae756c647788ba204ddd8d (diff) | |
From: "Billy G. Allie" <Bill.Allie@mug.org>
The following patches will bring the UNIVEL port in line with the new porting
model used in postgreSQL 6.3
Diffstat (limited to 'src/template')
| -rw-r--r-- | src/template/univel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/template/univel b/src/template/univel index 23770576e2e..327769563cd 100644 --- a/src/template/univel +++ b/src/template/univel @@ -1,10 +1,10 @@ AROPT:crs -CFLAGS:-I$(SRCDIR)/backend/port/univel -Xa -v -DHAVE_RUSAGE -O -K i486,host,inline,loop_unroll -Dsvr4 +CFLAGS:-Xa -v -O -K i486,host,inline,loop_unroll -Dsvr4 SHARED_LIB:-K PIC SRCH_INC: SRCH_LIB: USE_LOCALE:no DLSUFFIX:.so -YFLAGS:-d +YACC=/usr/ccs/bin/yacc YACC:yacc CC:cc |
