Commit 755b1f65 authored by Bruce Momjian's avatar Bruce Momjian

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

parent 18205276
......@@ -7,7 +7,7 @@
#
#
# 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
# 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
# gcc is gcc v2.7.2
LEX= lex
LDADD_BE= -ltermcap -ldl
LDADD_BE= -ltermcap -ldl -lipc
else
# cc is gcc v1.42
# gcc is gcc v2.6.3
......@@ -417,7 +417,7 @@ else
# use the regex library
USE_REGEX= 1
CFLAGS_BE= -DPRE_BSDI_2_1
LDADD_BE= -ldld -lcompat
LDADD_BE= -ldld -lcompat -lipc
endif
DLSUFFIX= .o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment