diff options
| author | Marc G. Fournier | 1996-11-09 10:55:35 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1996-11-09 10:55:35 +0000 |
| commit | 41c36d50878e764a9a02467a9263fd74bb026fab (patch) | |
| tree | 5e6fc954f03ecd1e46de50ab9be02e796f4d31d1 | |
| parent | 9f845df03772dbe37d32343d652137d0439baca8 (diff) | |
A small patch from Andrew for the linux port in v1.09Release_1_0_3
| -rw-r--r-- | src/mk/port/postgres.mk.linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mk/port/postgres.mk.linux b/src/mk/port/postgres.mk.linux index 73cf23d131..c85b0642dc 100644 --- a/src/mk/port/postgres.mk.linux +++ b/src/mk/port/postgres.mk.linux @@ -48,7 +48,7 @@ CFLAGS_OPT= -O2 -pipe -m486 CFLAGS_BE= -D__USE_BSD -D__USE_BSD_SIGNAL LDADD_BE= -lbsd -LEX = flex -#YACC = bison -y +#LEX = flex +YACC = bison -y endif |
