Skip to content

Commit 755b1f6

Browse files
committed
Re-add -lipc to bsdi port after erroneous removal.
1 parent 1820527 commit 755b1f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Makefile.global

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# 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 $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -409,15 +409,15 @@ ifeq ($(PRE_BSDI_2_1), false)
409409
# cc is gcc v1.42
410410
# gcc is gcc v2.7.2
411411
LEX= lex
412-
LDADD_BE= -ltermcap -ldl
412+
LDADD_BE= -ltermcap -ldl -lipc
413413
else
414414
# cc is gcc v1.42
415415
# gcc is gcc v2.6.3
416416
LEX= flex
417417
# use the regex library
418418
USE_REGEX= 1
419419
CFLAGS_BE= -DPRE_BSDI_2_1
420-
LDADD_BE= -ldld -lcompat
420+
LDADD_BE= -ldld -lcompat -lipc
421421
endif
422422

423423
DLSUFFIX= .o

0 commit comments

Comments
 (0)