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

Commit 20f3236

Browse files
committed
Modifications for bsdi from Kurt(sp?)
1 parent 7450ea6 commit 20f3236

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/mk/port/postgres.mk.bsdi_2_1

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
#-------------------------------------------------------------------------
22
#
33
# postgres.mk.bsdi--
4-
# Intel x86/BSDi v2.0 specific rules and variables
4+
# Intel x86/BSDi v2.1 specific rules and variables
55
#
6-
# for questions about the BSD/OS port, contact Kurt Lidl (lidl@pix.com)
7-
#
8-
# Copyright (c) 1994-5, Regents of the University of California
6+
# for questions about the BSD/OS port, contact:
7+
# Bruce Momjian (maillist@candle.pha.pa.us)
8+
# Kurt Lidl (lidl@pix.com)
99
#
10+
# Copyright (c) 1994-5, Regents of the University of California
11+
#
1012
# NOTE
1113
# you may remove lines that start with ## which are general comments
1214
#-------------------------------------------------------------------------
1315
ifndef MK_PORT
1416
MK_PORT= bsdi_2_1
1517

1618
# cc is gcc v1.42
17-
# gcc is gcc v2.6.3
19+
# gcc is gcc v2.7.2
1820
CC= gcc
1921

2022
RANLIB= ranlib
2123
INSTALL= install
2224
LEX= lex
2325
AROPT= cq
2426

25-
# use the regex library
26-
USE_REGEX = 1
27-
28-
LDADD_BE= -ldl -lcompat
2927
LD_ADD+= -ltermcap
3028

3129
#
@@ -36,6 +34,7 @@ SLSUFF= .o
3634
#
3735
# for postgres.mk
3836
#
39-
CFLAGS_OPT= -O -DUSE_POSIX_SIGNALS # -O2
37+
CFLAGS_OPT= -O2 -m486
38+
CFLAGS_BE = -DUSE_POSIX_SIGNALS
4039

4140
endif

0 commit comments

Comments
 (0)