mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Re-add -lipc to bsdi port after erroneous removal.
This commit is contained in:
parent
182052767a
commit
755b1f6561
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user