File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.91 1997/01/14 08:19:41 bryanh Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.92 1997/01/14 16:06:03 momjian Exp $
11
11
#
12
12
# NOTES
13
13
# Essentially all Postgres make files include this file and use the
@@ -409,15 +409,15 @@ ifeq ($(PRE_BSDI_2_1), false)
409
409
# cc is gcc v1.42
410
410
# gcc is gcc v2.7.2
411
411
LEX= lex
412
- LDADD_BE= -ltermcap -ldl
412
+ LDADD_BE= -ltermcap -ldl -lipc
413
413
else
414
414
# cc is gcc v1.42
415
415
# gcc is gcc v2.6.3
416
416
LEX= flex
417
417
# use the regex library
418
418
USE_REGEX= 1
419
419
CFLAGS_BE= -DPRE_BSDI_2_1
420
- LDADD_BE= -ldld -lcompat
420
+ LDADD_BE= -ldld -lcompat -lipc
421
421
endif
422
422
423
423
DLSUFFIX= .o
You can’t perform that action at this time.
0 commit comments