Re-add -lipc to bsdi port after erroneous removal.

This commit is contained in:
Bruce Momjian 1997-01-14 16:06:03 +00:00
parent 182052767a
commit 755b1f6561
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.91 1997/01/14 08:19:41 bryanh Exp $ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.92 1997/01/14 16:06:03 momjian Exp $
# #
# NOTES # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
@ -409,7 +409,7 @@ ifeq ($(PRE_BSDI_2_1), false)
# cc is gcc v1.42 # cc is gcc v1.42
# gcc is gcc v2.7.2 # gcc is gcc v2.7.2
LEX= lex LEX= lex
LDADD_BE= -ltermcap -ldl LDADD_BE= -ltermcap -ldl -lipc
else else
# cc is gcc v1.42 # cc is gcc v1.42
# gcc is gcc v2.6.3 # gcc is gcc v2.6.3
@ -417,7 +417,7 @@ else
# use the regex library # use the regex library
USE_REGEX= 1 USE_REGEX= 1
CFLAGS_BE= -DPRE_BSDI_2_1 CFLAGS_BE= -DPRE_BSDI_2_1
LDADD_BE= -ldld -lcompat LDADD_BE= -ldld -lcompat -lipc
endif endif
DLSUFFIX= .o DLSUFFIX= .o